Skip to content

Instantly share code, notes, and snippets.

@podviaznikov
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save podviaznikov/860d17a04033aa44d6f9 to your computer and use it in GitHub Desktop.
Save podviaznikov/860d17a04033aa44d6f9 to your computer and use it in GitHub Desktop.
sublime tricks
  • Command + D - select a word.
  • Command + L - select a line.
  • Command + Ctrl + G - select a code, line, or word first the hit this combo to select the others with the same instances.
  • F5 - sort the properties in alphabetical order
  • Command - hold the Command key and click on the lines that you want to select.
  • Command + Shift + ] - bring you immediately to the next tab.
  • Command + Shift + [ - bring you the previous tab.
  • Command + Ctrl + P - switch between the projects that are listed on the SublimeText Sidebar.
  • Command + E - put the code selected in the Find input field.
  • Command + R - file crawling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment