Sublime Text has some pretty useful plugins available for it allowing you to mould and shape it into just the right editor for your day-to-day use.
These packages you can download and install manually into the package directory, or you can use Package Control which is pretty simple to setup.
First off open Sublime Text, next from the menu-bar select View / Show Console.
From the console copy-and-paste this line,
import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None;open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read())
Then hit enter, afterwards close and re-open Sublime Text, from there on Package Control will be available via Preferences / Package Control
When you select it you will see a drop down of options like “Package Control : Install Package” which makes installing, removing and upgrading packages simple.