Sublime Text 3 for Linux Cheat Sheet
Plugins
Ctrl + ``` |
Install Package Control |
Ctrl + Shift + P |
Close panel |
View / Window
Ctrl + K + B |
Toggle side bar |
F11 |
Full screen |
Alt + Shift + 2/3/4 |
Split window into 2/3/4 columns |
Alt + Shift + 8/9 |
Split window into 2/3 rows |
Alt + Shift + 5 |
Split window into 4-grid |
Alt + Shift + 1 |
Revert to single window mode |
Ctrl + 1/2/3/4 |
Switch to specified column |
Ctrl + Shift + 1/2/3/4 |
Move current tab to specified column |
Ctrl + PageUp / PageDown |
Switch between tabs |
Ctrl + N |
Create a new tab |
Tabs
Ctrl + PageDown or Ctrl + Tab |
Switch to next tab |
Ctrl + PageUp |
Switch to previous tab |
Ctrl + Shift + T |
Re-open the last closed tab |
Alt + [Num] |
Switch to the [Num]-th tab |
Lines
Ctrl + Enter |
Insert line after |
Ctrl + Shift + Enter |
Insert line before |
Ctrl + Shift + ↑ |
Move current line up |
Ctrl + Shift + ↓ |
Move current line down |
Ctrl + Shift + D |
Duplicate line |
Ctrl + L |
Select current line |
Ctrl + ] or Tab |
Indent current line(s) |
Ctrl + [ or Shift + Tab |
Outdent current line(s) |
Ctrl + Shift + M |
Select all text inside brackets |
Ctrl + M |
Jump to matching bracket |
Ctrl + J |
Join current line with the next line |
Ctrl + / |
Toggle comment |
Ctrl + Shift + / |
Block comment |
Ctrl + G |
Jump to line |
Ctrl + R |
Jump to function symbol |
Word
Ctrl + D |
Select current word (repeat to select next occurrence) |
Alt + F3 |
Select all occurrences of current word |
Ctrl + T |
Transpose adjacent characters |
Ctrl + K, U |
Convert to uppercase |
Ctrl + K, L |
Convert to lowercase |
Marks
Ctrl + F2 |
Set / Clear book mark |
F2 |
Jump to next book mark |
Shift + F2 |
Jump to previous book mark |
Ctrl + Shift + F2 |
Clear all book marks |
Find
Ctrl + F |
Find |
F3 |
Find next |
Shift + F3 |
Find previous |
Ctrl + H |
Replace |
Ctrl + Shift + H |
Replace current match |
Ctrl + F3 |
Find word under cursor |
Ctrl + Shift + F |
Find in files |
F4 |
Jump to next match in results |
Shift + F4 |
Jump to previous match in results |
Ctrl + P |
Goto Anything (Search and open files) |
Delete
Ctrl + X or Ctrl + Shift + K |
Delete current line |
Ctrl + K, K |
Delete from cursor to end of line |
Ctrl + K, Backspace |
Delete from cursor to start of line |
Ctrl + Delete |
Delete from cursor to end of current word |
Ctrl + Backspace |
Delete from cursor to start of current word |