dojo
Sublime Text 2 Cheatsheet
ShortcutFoo uses a Spaced Repetition System that adapts to your training.
scf keyboard

Text Editing Beginner

⌘X
Cut line
⌘↵
Insert line after
⌘⇧↵
Insert line before
⌘L
Select line - repeat to select next lines
⌘D
Select word - repeat select others occurrences
^M
Go to matching parentheses
^⇧M
Select all contents of the current parentheses
scf keyboard

Text Editing Intermediate

⌘]
Indent current line(s)
⌘[
Un-indent current line(s)
⌘⇧D
Duplicate line(s)
⌘/
Comment/un-comment current line
⌘⌥/
Block comment current selection
⌘Y
Redo or repeat last keyboard shortcut command
⌘⇧V
Paste and indent correctly
^SPACE
Select next auto-complete suggestion
⌘U
Soft undo
scf keyboard

Text Navigation/Goto Anywhere

⌘R
Goto symbol
^G
Goto line in current file
⌘L
Select current line
^⇧M
Select between brackets
⌘E
Use selection for find
scf keyboard

Find/Replace

⌘F
Find
⌘⇧F
Find in files
⌘G
Find next
⌘⌥F
Replace...
⌘⇧G
Find previous
⌘⌥E
Replace next
⌘⌥G
Quick find
scf keyboard

General

⌘O
Open file
⌘=
Zoom in
⌘,
User settings
⌘-
Zoom out
⌘⇧Y
Make a new sticky note
⌘⌥H
Hide all other windows
⌘⇧S
Save as...
⌘⌥S
Save all
^`
Show console
⌘^F
Enter/exit full screen
⌘^⇧F
Enter distraction free mode
F6
Spell check
scf keyboard

Text manipulation

^⇧K
Delete line
⌘⌥.
Close html tag
F5
Sort lines
⌘⇧L
Split into lines
scf keyboard

Split Window

⌘⌥2
Split view into two columns
⌘⌥1
Revert view to single column
⌘⌥5
Set view to grid (4 groups)
^2
Jump to group 2
^⇧@
Move file to group 2
⌘⌥3
Split view into 3 columns
⌘⌥4
Split view into 4 columns
⌘⌥⇧@
Split view into 2 rows
⌘⌥⇧#
Split view into 3 rows
^1
Jump to group 1
achievement-star