Apps

Sublime Text 2 Notes

September 26, 2013

Sublime Text 2 Rocks. This is a list of my favorite plugins, configuration notes and tutorials to assist in learning sublime.

Plugins

  • Package Control
  • Sync your settings with Sublimall
  • Sidebar Enhancements
  • Emmet
  • Bracket Highlighter
  • CSS Comb
  • CSS Tidy
  • DocBlockr
  • FileDiffs
  • Git
  • Git Gutter
  • Sass - syntax highlighting
  • Drupal Project Autocomplete
  • Drupal Snippets
  • Goto Drupal API
  • Prefixr Prefixr allows you to just use the official css3 property and run ctrl+cmd+x to add all of the necessary prefixes for each browser - useful if not using sass/compass
  • Sidebar Enhancements
  • Sublime Linter
  • SFTP if you’d like to automatically upload changes via sftp to a remote server

Themes

Install themes using package control.

Don’t forget to follow the instructions and verify that the theme and color_scheme is specified in your preferences. Restart to verify the settings are correct.

Useful Keyboard Shortcuts to Remember

  • Multiple Cursors: cmd+d on a mac
  • Go To Anything: cmd+p
  • Search: cmd+r
  • Command Palette: cmd+shift+p
  • Package Manager: cmd+shift+p search install package
  • Comment out a line(s): highlight and press cmd+/

Tutorials and other lists of plugins

Add subl to bin to launch from terminal sudo ln -s /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl /usr/bin/subl

#Sublime Text 2