Sublime Keyboard Shortcuts
Editing
Keypress Command
Ctrl + Alt + AAlignCtrl + Shift + Hconvert => to :Ctrl + Alt +FFromat html tagsCtrl + Alt + KBeauty ruby codeCtrl + Alt + RFormat ruby codeCtrl + Shift + ;Toggle string/symbolCtrl + Alt + JPretty JSONCtrl + Shift + CCoffeeScript CompileCtrl + Shift + [Ruby Block Toggle end to bracketCtrl + Shift + ]Ruby Block Toggle bracket to endCtrl + XDelete lineCtrl + ↩Insert line afterCtrl + ⇧ + ↩Insert line beforeCtrl + ⇧ + ↑Move line/selection upCtrl + ⇧ + ↓Move line/selection downCtrl + LSelect line - Repeat to select next linesCtrl + DSelect word - Repeat select others occurrencesCtrl + MJump to closing parentheses Repeat to jump to opening parenthesesCtrl + ⇧ + MSelect all contents of the current parenthesesCtrl + KKDelete 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 + ⇧ + DDuplicate line(s)Ctrl + JJoin line below to the end of the current lineCtrl + /Comment/un-comment current lineCtrl + ⇧ + /Block comment current selectionCtrl + YRedo, or repeat last keyboard shortcut commandCtrl + ⇧ + VPaste and indent correctlyCtrl + SpaceSelect next auto-complete suggestionCtrl + Usoft undo; jumps to your last change before undoing change when repeated
Windows
Keypress Command
Ctrl + Alt + UpColumn selection upCtrl + Alt + DownColumn selection down
Linux
Keypress Command
Alt + ⇧ + UpColumn selection upAlt + ⇧ + DownColumn selection up
Navigation/Goto Anywhere
Keypress Command
Ctrl + PQuick-open files by nameCtrl + RGoto symbolCtrl + ;Goto word in current fileCtrl + GGoto line in current file
General
Keypress Command
Ctrl + ⇧ + PCommand promptCtrl + KBToggle side barCtrl + ⇧ + Alt + PShow scope in status bar
Find/Replace
Keypress Command
Ctrl + FFindCtrl + HReplaceCtrl + ⇧ + FFind in files
Tabs
Keypress Command
Ctrl + ⇧ + tOpen last closed tabCtrl + PgUpCycle up through tabsCtrl + PgDnCycle down through tabsCtrl + ⇆Find in filesAlt + [NUM]Switch to tab number [NUM] where [NUM] <= number of tabs
Split window
Keypress Command
Alt + ⇧ + 2Split view into two columnsAlt + ⇧ + 1Revert view to single columnAlt + ⇧ + 5Set 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 + F2Toggle bookmarkF2Next bookmark⇧ + F2Previous bookmarkCtrl + ⇧ + F2Clear bookmarks
Text manipulation
Keypress Command
Ctrl + KUTransform to UppercaseCtrl + KLTransform to Lowercase