This tip we are going to discuss some Sublime setup and one shortcut. Feel free to ask sublime questions at the next google hangout.
Setting up Sublime for the command line
It is useful to open up Sublime from the command line. Typically, this is done by setting up the command subl
to open up Sublime.
Once setup, the command subl .
will open up the current directory. the command subl program.rb
will open up the program.rb
file. Here is how you set it up: