Start with frequent tasks
Learn the commands you use every hour: search, save, switch tabs, copy, paste, undo, and open command menus.
Productivity Reference
Practical Notes
Learn the commands you use every hour: search, save, switch tabs, copy, paste, undo, and open command menus.
The same action may use Ctrl on Windows or Linux and Command on macOS.
Shortcuts stick faster when you use them during real work instead of reading a list once.
| Shortcut | Application | Action |
|---|---|---|
| Ctrl+2 | Sublime Text | Focus or cursor on split pane 2 |
| Ctrl+3 | Sublime Text | Focus or cursor on split pane 3 |
| Ctrl+4 | Sublime Text | Focus or cursor on split pane 4 |
| Ctrl+Shift+[ | Sublime Text | Fold |
| Ctrl+G | Sublime Text | Go to line |
| F2 | Sublime Text | Go to the next bookmark |
| Shift+F2 | Sublime Text | Go to the previous bookmark |
| Ctrl+; | Sublime Text | Go to word in the current file |
| Ctrl+] | Sublime Text | Indent |
| Ctrl+J | Sublime Text | Join the line below at the end of the current line |
| Alt++ | Sublime Text | Jump backward from previous positions |
| Alt+- | Sublime Text | Jump forward to previous positions |
| Ctrl+Shift+↑ | Sublime Text | Move line or selection up |
| PgDn | Sublime Text | Move one page down |
| PgUp | Sublime Text | Move one page up |
| Alt+← | Sublime Text | Move one sub-word left |
| Alt+→ | Sublime Text | Move one sub-word right |
| Ctrl+← | Sublime Text | Move one word left |
| Ctrl+→ | Sublime Text | Move one word right |
| Ctrl+Shift+↓ | Sublime Text | Move the line or selection down |
| Ctrl+M | Sublime Text | Move to open bracket of function |
| Home | Sublime Text | Move to the beginning of the line |
| End | Sublime Text | Move to the end of the line |
| Ctrl+Shift+H | Sublime Text | Replace next |
| Ctrl+↓ | Sublime Text | Scroll the page down without changing the cursor position |
| Ctrl+↑ | Sublime Text | Scroll the page up without changing the cursor position |
| Ctrl+A | Sublime Text | Select all |
| Alt+F2 | Sublime Text | Select all bookmarks |
| Alt+F3 | Sublime Text | Select all occurrences of the current word |
| Ctrl+L | Sublime Text | Select Line |
| Ctrl+Shift+J | Sublime Text | Select lines in this indention |
| Ctrl+Shift+M | Sublime Text | Select the current function enclosed by brackets |
| Ctrl+K+A | Sublime Text | Select to mark |
| Ctrl+R | Sublime Text | Show Function List and navigate |
| Ctrl+Shift+R | Sublime Text | Show Function List without changing cursor position |
| Ctrl+E | Sublime Text | Slurp find string |
| Ctrl+Shift+E | Sublime Text | Slurp replace string |
| Shift+F9 | Sublime Text | Sort Lines case in-sensitive |
| F9 | Sublime Text | Sort Lines case sensitive |
| Alt+Shift+1 | Sublime Text | Split layout to 1 pane |
| Alt+Shift+8 | Sublime Text | Split layout to 2 horizontal panes |
| Alt+Shift+5 | Sublime Text | Split layout to 2 vertical and 2 horizontal panes |
| Alt+Shift+2 | Sublime Text | Split layout to 2 vertical panes |
| Alt+Shift+3 | Sublime Text | Split layout to 3 vertical panes |
| Alt+Shift+4 | Sublime Text | Split layout to 4 vertical panes |
| Ctrl+K+X | Sublime Text | Swap with mark |
| Ctrl+F2 | Sublime Text | Toggle Bookmark |
| Ctrl+Shift+/ | Sublime Text | Toggle Comment block |
| Ctrl+/ | Sublime Text | Toggle Comment line |
| Ctrl+' | Sublime Text | Toggle Console |