Sublime Keyboard Shortcuts
Editing
Keypress
Command
Ctrl + Alt + A
AlignCtrl + Shift + H
convert => to :Ctrl + Alt +F
Fromat html tagsCtrl + Alt + K
Beauty ruby codeCtrl + Alt + R
Format ruby codeCtrl + Shift + ;
Toggle string/symbolCtrl + Alt + J
Pretty JSONCtrl + Shift + C
CoffeeScript CompileCtrl + Shift + [
Ruby Block Toggle end to bracketCtrl + Shift + ]
Ruby Block Toggle bracket to endCtrl + X
Delete lineCtrl + ↩
Insert line afterCtrl + ⇧ + ↩
Insert line beforeCtrl + ⇧ + ↑
Move line/selection upCtrl + ⇧ + ↓
Move line/selection downCtrl + L
Select line - Repeat to select next linesCtrl + D
Select word - Repeat select others occurrencesCtrl + M
Jump to closing parentheses Repeat to jump to opening parenthesesCtrl + ⇧ + M
Select all contents of the current parenthesesCtrl + KK
Delete from cursor to end of lineCtrl + K + ⌫
Delete from cursor to start of lineCtrl + ]
Indent current line(s)Ctrl + [
Un-indent current line(s)Ctrl + ⇧ + D
Duplicate line(s)Ctrl + J
Join line below to the end of the current lineCtrl + /
Comment/un-comment current lineCtrl + ⇧ + /
Block comment current selectionCtrl + Y
Redo, or repeat last keyboard shortcut commandCtrl + ⇧ + V
Paste and indent correctlyCtrl + Space
Select next auto-complete suggestionCtrl + U
soft undo; jumps to your last change before undoing change when repeated
Windows
Keypress
Command
Ctrl + Alt + Up
Column selection upCtrl + Alt + Down
Column selection down
Linux
Keypress
Command
Alt + ⇧ + Up
Column selection upAlt + ⇧ + Down
Column selection up
Navigation/Goto Anywhere
Keypress
Command
Ctrl + P
Quick-open files by nameCtrl + R
Goto symbolCtrl + ;
Goto word in current fileCtrl + G
Goto line in current file
General
Keypress
Command
Ctrl + ⇧ + P
Command promptCtrl + KB
Toggle side barCtrl + ⇧ + Alt + P
Show scope in status bar
Find/Replace
Keypress
Command
Ctrl + F
FindCtrl + H
ReplaceCtrl + ⇧ + F
Find in files
Tabs
Keypress
Command
Ctrl + ⇧ + t
Open last closed tabCtrl + PgUp
Cycle up through tabsCtrl + PgDn
Cycle down through tabsCtrl + ⇆
Find in filesAlt + [NUM]
Switch to tab number [NUM] where [NUM] <= number of tabs
Split window
Keypress
Command
Alt + ⇧ + 2
Split view into two columnsAlt + ⇧ + 1
Revert view to single columnAlt + ⇧ + 5
Set view to grid (4 groups)Ctrl + [NUM]
Jump to group where num is 1-4Ctrl + ⇧ + [NUM]
Move file to specified group where num is 1-4
Bookmarks
Keypress
Command
Ctrl + F2
Toggle bookmarkF2
Next bookmark⇧ + F2
Previous bookmarkCtrl + ⇧ + F2
Clear bookmarks
Text manipulation
Keypress
Command
Ctrl + KU
Transform to UppercaseCtrl + KL
Transform to Lowercase