This is a draft cheat sheet. It is a work in progress and is not finished yet.
Editing - Sublime Text 2
⌃ + SPACE |
Show Completions |
⌃ + ⇧ + K |
Delete Line |
⇧ + ⌘ + D |
Duplicate Line |
⌃ + K |
Delete to End |
⌘ + ⌫ |
Delete to Beginning |
⇧ + ⌘ + ↩ |
Insert Line Before |
⌘ + ↩ |
Insert Line After |
⌘ + / |
Toggle Comment |
⌥ + ⌘ + / |
Toggle Block Comment |
⌥ + ⌘ + . |
Close Tag |
⌘ + ] |
Indent |
⌘ + [ |
Unindent |
⌃ + ⌘ + ↑ |
Swap Line Up |
⌃ + ⌘ + ↓ |
Swap Line Down |
|
|
Selection - Sublime Text 2
⌘ + L |
Select Line |
⌘ + D |
Select Word / Next Word |
⌃ + ⇧ + ↑ |
Add Previous Line MultiCursor |
⌃ + ⇧ + ↓ |
Add Next Line MultiCursor |
⌘ + ⇧ + L |
Split selection into lines |
Navigation - Sublime Text 2
⌘+ P |
Goto Anything |
⌘+ R |
Goto Symbol |
⇧ + ⌘+ P |
Command Palette |
⌥ + ⌘+ → |
Next File |
⌥ + ⌘+ ← |
Previous File |
⇧ + ⌘+ F |
Find in File |
|
|
Layout - Sublime Text 2
⌥ + ⌘+ 1 |
1 Column |
⌥ + ⌘+ 2 |
2 Columns |
⌥ + ⇧ + ⌘+ 2 |
2 Rows |
⌥ + ⌘+ 5 |
Grid |
⌃ + 1 |
Focus Group 1 |
⌃ + 2 |
Focus Group 2 |
⌃ + ⇧ + 1 |
Move File to Group 1 |
⌃ + ⇧ + 2 |
Move File to Group 2 |
|