Sublime Text v2 and v3 Collection of Tips

HomeDocs >

  1. Download it…
  2. Install Sublime 2 <- Link to step by step instructions. This is updated as shown below at **.
  3. Sublime 2 Tips <- This link has several tips including how to create a symlink (and where the respective sublime CLI executable is).
  4. A gist on github showing how to setup Sublime 2 with a little more specifics and information regarding the CLI executable.
  5. A “Must Have” plugins list for Sublime 2 by Lordtottuu.

** The latest installation method for Ubuntu is as follows.

[sourcecode language=”bash”]
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text-installer
[/sourcecode]

Also see this stackoverflow entry: Uninstalling Sublime 3

Here’s a solution for getting Sublime Text 3 running at the command line too, using “sublime” instead of “subl” too which IMHO is kind of nicer than the standard “subl” usage.

http://olivierlacan.com/posts/launch-sublime-text-3-from-the-command-line/

This site uses Akismet to reduce spam. Learn how your comment data is processed.