Skip to content

Instantly share code, notes, and snippets.

@jonchretien
Created November 4, 2013 14:56
Show Gist options
  • Save jonchretien/7303696 to your computer and use it in GitHub Desktop.
Save jonchretien/7303696 to your computer and use it in GitHub Desktop.
Useful keyboard shortcuts for Sublime Text 2.

Sublime Text 2 Cheat Sheet

  • Paste and Indent: Shift+Command+V
  • Insert Line Before: Command+Return
  • Insert Line After: Shift+Command+Return
  • Delete to Beginning: Command+Delete
  • Delete to End: Ctrl+K
  • Transpose: Ctrl+T
  • Join Lines: Command+J
  • Swap Line Up: Ctrl+Command+Up
  • Swap Line Down: Ctrl+Command+Down
  • Delete Line: Ctrl+Shift+K
  • Duplicate Line: Shift+Command+D
  • Expand Selection to Scope: Shift+Command+Space
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment