Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joaovissoci/7922343 to your computer and use it in GitHub Desktop.
Save joaovissoci/7922343 to your computer and use it in GitHub Desktop.

Helpful Sublime shortcuts from Josh Earl's Sublime Productivity and a few other sources

  • delete till beginning - CMD-DEL
  • paste and indent - SHIFT-CMD-V
  • convert case - CMD-U or CMD-L
  • split into lines (select text and adds cursor at the end of each line) - SHIFT-CMD-L
  • add previous or next line - CTRL-SHIFT-UP/DOWN (on a mac has to change mission control default shortcuts to avoid conflict)
  • quick skip next - used after CMD-D if you want to skip a word. use CMD-K CMD-D
  • add cursor to line above or below - CTRL-SHIFT-arrow up or down
  • expand selection to word - CMD-D
  • expand selection to scope - CMD-SHIFT-SPACE
  • scrolling with cursor at its location - CTRL-OPTION-UP/DOWN
  • goto line - CTRL-G
  • goto function - CMD-R
  • toggle bookmark - CMD-FN-F2
  • goto next/previous bookmark - F2, SHIFT-F2
  • Marked APP - CMD-B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment