Skip to content

Instantly share code, notes, and snippets.

@jamesthompson
Created November 4, 2013 18:22
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 jamesthompson/7306988 to your computer and use it in GitHub Desktop.
Save jamesthompson/7306988 to your computer and use it in GitHub Desktop.
Sublime Text 3 Command Sheet

Sublime Text 3 Cheat Sheet

Files and Tokens

  • Command palette ⌘⇧P
  • Search files ⌘P
  • Search file symbols ⌘R
  • Search project symbols ⌘⇧R
  • Goto definition ⌘⌥↓
  • Build ⌘B

Selections

  • Select word ⌘D
  • Select line ⌘L
  • Select line multiple ⌘⇧L
  • Select scope ⌘⇧Space
  • Delete Line ⌘X
  • Insert line after ⌘Enter
  • Insert line before ⌘⇧Enter

Find & Replace

  • Find ⌘F
  • Replace ⌘⌥F
  • Incremental find ⌘I
  • Selection find ⌘E
  • Selection replace ⌘⇧E
  • Find in files ⌘⇧F

View & Layouts

  • Full screen ⌘ Ctrl F
  • Hide sidebar ⌘K, ⌘B
  • Show console Ctrl `
  • Columns ⌘⌥ + (1, 2 ... n columns)
  • Switch file ⌘⌥➝, ⌘⌥➝
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment