Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@raineorshine
Created October 6, 2013 15:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raineorshine/6855565 to your computer and use it in GitHub Desktop.
Save raineorshine/6855565 to your computer and use it in GitHub Desktop.
My Favorite Sublime Text 2 Commands (Mac)
// Files & Commands
cmd + p // quick file switcher
cmd + shift + p // command palette
cmd + r // quick function search
cmd + shift + r // rename file
// Selection
cmd + option + g // select all instances of word under cursor
// Find & Replace
cmd + option + f // find & replace
cmd + g // find next
cmd + option + e // replace
cmd + option + enter // replace all
cmd + shift + f // find & replace in files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment