Skip to content

Instantly share code, notes, and snippets.

@lcpriest
Last active July 24, 2017 18:08
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 lcpriest/c6448bb81d2193ffaafa64f8f5779b87 to your computer and use it in GitHub Desktop.
Save lcpriest/c6448bb81d2193ffaafa64f8f5779b87 to your computer and use it in GitHub Desktop.
Keyboard shortcuts for sublime

cmd + option + (1,2,3,4,5) for split sublime into panes

cmd + shift + p to open sublime command palette

cmd + c with nothing selected in sublime copies the entire line for pasting

cmd + x with nothing selected in sublime cuts the entire line for pasting

ctrl + cmd + (up,down) to move entire line up or down

ctrl + cmd + g find and select all instances

cmd + f to open file finder

cmd + shift + f to open find and replace global

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment