A visual cheat-sheet for the 49 keyboard shortcuts found in Sublime Text
| Shortcut | Action | 
|---|---|
| CtrlX | Cut line | 
| CtrlEnter | Insert line after | 
| CtrlShiftEnter | Insert line before | 
| CtrlShiftUp | Move line/selection up | 
| CtrlShiftDown | Move line/selection down | 
| CtrlL | Select line - Repeat to select next lines | 
| CtrlD | Select word - Repeat selects other occurrences | 
| CtrlM | Jump to closing parentheses - Repeat to jump to opening parentheses | 
| CtrlShiftM | Select all contents of the current parentheses | 
| CtrlShiftK | Delete line | 
| CtrlK, K | Delete from cursor to end of line | 
| CtrlKBackspace | Delete from cursor to start of line | 
| Ctrl] | Indent current line(s) | 
| Ctrl[ | Un-indent current line(s) | 
| CtrlShiftD | Duplicate line(s) | 
| CtrlJ | Join line below to the end of the current line | 
| Ctrl/ | Comment/un-comment current line | 
| CtrlShift/ | Block comment current selection | 
| CtrlY | Redo, or repeat last keyboard shortcut command | 
| CtrlShiftV | Paste and indent correctly | 
| CtrlSpace | Select next auto-complete suggestion | 
| CtrlU | Soft undo; jumps to your last change before undoing, change when repeated | 
| AltShiftW | Wrap selection in HTML tag | 
| Alt. | Close current HTML tag | 
| AltQ | Hard wrap line to ruler column setting | 
| Shortcut | Action | 
|---|---|
| CtrlP | Quick-open files by name | 
| CtrlR | Goto symbol | 
| Ctrl; | Goto word in current file | 
| CtrlG | Goto line in current file | 
| Shortcut | Action | 
|---|---|
| CtrlShiftP | Command prompt | 
| CtrlK, B | Toggle sidebar | 
| CtrlShiftAltP | Show scope in status bar | 
| Shortcut | Action | 
|---|---|
| CtrlF | Find | 
| CtrlH | Replace | 
| CtrlShiftF | Find in files | 
| Shortcut | Action | 
|---|---|
| AltShift1 | Revert view to single column | 
| AltShift2 | Split view into two columns | 
| AltShift3 | Split view into three columns | 
| AltShift4 | Split view into four columns | 
| AltShift5 | Set view to grid (4 groups) | 
| AltShift8 | Split view into two rows | 
| Ctrl1-4 | Jump to group where number is 1-4 | 
| CtrlShift1-4 | Move file to specified group where number is 1-4 | 
| Shortcut | Action | 
|---|---|
| CtrlF2 | Toggle bookmark | 
| F2 | Next bookmark | 
| ShiftF2 | Previous bookmark | 
| CtrlShiftF2 | Clear bookmarks | 
| Shortcut | Action | 
|---|---|
| CtrlK, U | Transform to uppercase | 
| CtrlK, L | Transform to lowercase |