 3. Cool Text Manipulation |
---|
Ctrl+Shift+Arrow Up/Arrow Down |
Move line or selection up arrow/ down arrow |
Ctrl+Enter |
Insert line after and position cursor at beginning of new line |
Ctrl+Enter |
Insert line after and position cursor at beginning of new line |
Ctrl+J |
Join line below at end of current line |
Ctrl+Shift+Arrow Down |
Duplicate lines (on Sublime 3 on Windows this seem to no longer work, try Ctrl+Shift+D instead) |
Ctrl+T |
Transpose |
F9 |
Sort Lines case sensitive |
Shift+F9 |
Sort Lines case in-sensitive |
Ctrl+]/[ |
Indent/ unindent |
Ctrl+Shift+D |
Duplicate line or selection |
Ctrl+/ |
Toggle Comment line |
Ctrl+Shift+/ |
Toggle Comment block |
Ctrl+ku |
Change selection to Uppercase |
Ctrl+KL |
Change selection to Lowercase |
Alt+Q |
Wrap lines to 80 characters and remove indent |
 4. Deletions |
---|
Delete |
Delete character to the right |
Backspace |
Delete character to the left |
Ctrl+Backspace |
Delete word to the left |
Ctrl+Delete |
Delete word to the right |
Ctrl+Shift+Backspace |
Delete from cursor to beginning of line |
Ctrl+Shift+Delete |
Delete from cursor to end of line |
 6. Cut, Copy and Paste |
---|
Cut and Copy without selection takes complete line |
Shift+Delete |
Cut |
Ctrl+Insert |
Copy |
Shift+Insert |
Paste |
Ctrl+X |
Cut |
Ctrl+C |
Copy |
Ctrl+V |
Paste |
Ctrl+Shift+V |
Paste and match current indention |
Ctrl+KV |
Paste from History |
 7. Find and Replace |
---|
Ctrl+F |
Standard Find |
Ctrl+H |
Find and Replace |
Ctrl+Shift+F |
Find and Replace in open tabs/ files and folders |
Ctrl+Shift+H |
Replace next |
F3/Shift+F3 |
Find next/ previous |
Ctrl+Shift+F |
Creates file with search results from all open files in new tab |
Ctrl+D |
Find and highlight current word in text |
Ctrl+F3 |
Find under |
Ctrl+Shift+F3 |
Find under previous |
Alt+F3 |
Find all under |
Ctrl+E |
Slurp find string |
Ctrl+Shift+E |
Slurp replace string |
 10. Manage Sublime Window, Files and Tabs |
---|
Ctrl+KB |
Toggle sidebar |
Ctrl+Page Down/Page Up |
Move to next/ previous open tab |
Ctrl+Tab/Ctrl+Shift+Tab |
Move to next/ previous open tab by stack (order they were opened) |
Ctrl+Shift+T |
Reopen last closed tab |
Ctrl+/- |
Zoom - increase/ decrease font size |
Ctrl+P |
Quick Open - Show file list of currently opened file |
F11 |
Toggle full screen |
Shift+F11 |
Toggle full screen distraction free |
 11. Split Panes |
---|
Alt+Shift+1 |
Split layout to 1 pane |
Alt+Shift+2 |
Split layout to 2 vertical panes |
Alt+Shift+3 |
Split layout to 3 vertical panes |
Alt+Shift+4 |
Split layout to 4 vertical panes |
Alt+Shift+5 |
Split layout to 2 vertical and 2 horizontal panes |
Alt+Shift+8 |
Split layout to 2 horizontal panes |
Ctrl+1 |
Focus/ cursor on split pane #1 |
Ctrl+2 |
Focus/ cursor on split pane #2 |
Ctrl+3 |
Focus/ cursor on split pane #3 |
Ctrl+4 |
Focus/ cursor on split pane #4 |
Ctrl+Shift+1.…4 |
New pane in pane #1 thru #4 |
Ctrl+K, then Arrow Up (with Ctrl pressed) |
Open new pane, and move current window into new pane |
Ctrl+K, then Arrow Down |
Close current pane |
Ctrl+K, then left arrow/Arrow Right |
Move to next pane to the left arrow/ right arrow |
Ctrl+K, then Ctrl+Shift+Arrow Right/Arrow Left |
Open new tab in pane to the left arrow/ right arrow\ |
Alt+1…0 |
Jump to tab 1..10 in current pane |
 12. Others |
---|
Ctrl+Shift+[/] |
Fold/ unfold |
Ctrl+K, then Ctrl+1.…9 |
Fold by level 1….9 |
Ctrl+K, then Ctrl+J |
Unfold all |
F6 |
Toggle spell checking |
Ctrl+F6 |
Find next misspelling |
Ctrl+Shift+F6 |
Find previous misspelling |
Ctrl+` |
Toggle Console |
Alt+V, then W |
Toggle word wrap - View - Word wrap |