magnify
formats

Favorite Sublime Text 2 User Settings

Published on December 15, 2012

sublime_text_icon_2181Sublime Text 2 is my favorite code editor as of late.  It’s just brilliantly simple and powerful.  Cross platform, free or $60 to support the team, and super easy to create new addins w Python.  Here are some helpful settings.  My favorite is “save_on_last_focus” which automatically saves files when focus is moved away, such as to another file or program.  To edit user settings, click the Preferences menu > Settings – User.  What are your favorite settings?

(if you don’t see the code just above, view it here)

p.s. If you’re new to Sublime Text 2, here are a few things to try:

  1. Install the Sublime Package Control addon, then use it to install SideBarEnhancements and Open URL (Preferences menu > Package Control)
  2. Try Project menu > Add Folder to Project… then Ctrl+P to jump to files quickly, Ctrl+B to build (and run) many file types, and Ctrl+Shift+P to run Sublime commands.
  3. Take a look at the settings and key bindings in Preferences menu > Settings – Default and Preferences > Settings – Key Bindings Default.  Give some of them a try and create your own in the Preferences > * – User files.
 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
1 Comment  comments 

One Response

  1. I’d been using Sublime Text 2 far too long not to know about ctrl+b! Thanks!

    I’ve got a lot of plugins I need to make into a public list.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>