A rapid cheatsheet of important Sublime Text 3 keyboard shortcuts. This will save you countless and invaluable working time. Lay out for 3 OSes: Windows, Mac OSX, and Linux.
Basic
| Command |
Windows |
OS X |
Linux |
| Command Pallete |
Ctrl + Shift + P |
Command + Shift + P |
Ctrl + Shift + P |
| Show/Hide Sidebar |
Ctrl + K B |
Command + K B |
Ctrl + K B |
| Show/Hide Console |
Ctrl + ` |
Ctrl + ` |
Ctrl + ` |
| Show/Hide Menu |
Ctrl + Shift + P,
choose toogle menu |
Command + Shift + P,
choose toogle menu |
Ctrl + Shift + P,
choose toogle menu |
| Show autocomplete suggestions |
Ctrl + Space |
Ctrl + Space |
Ctrl + Space |
Files
| Command |
Windows |
OS X |
Linux |
| Open File |
Ctrl + O |
Command + O |
Ctrl + O |
| Save File |
Ctrl + S |
Command + S |
Ctrl + S |
| Close File |
Ctrl + W |
Command + W |
Ctrl + W |
| Open recently closed file |
Ctrl + Shift + T |
Command + Shift + T |
Ctrl + Shift + T |
| Full screen |
F11 |
Command + Ctrl + F |
F11 |
| Distraction free mode |
Shift + F11 |
Command + Ctrl + Shift + F |
Shift + F11 |
Navigation
| Command |
Windows |
OS X |
Linux |
| Go to previous/next text |
Ctrl + left/right |
Ctrl + left/right |
Ctrl + left/right |
| Go to any file |
Ctrl + P |
Command + P |
Ctrl + P |
| Go to line number |
Ctrl + G |
Ctrl + G |
Ctrl + G |
| Go to symbol |
Ctrl + R |
Command + R |
Ctrl + R |
| Go to any text |
Ctrl + P + write # |
Command + P + write # |
Ctrl + P + write # |
| Go to tab number |
Alt + Number |
Command + Number |
Alt + Number |
| Navigate through tabs |
Ctrl + PageUp/Down |
Command + Alt + Left/Right |
Ctrl + PageUp/Down |
Find & Replace
| Command |
Windows |
OS X |
Linux |
| Find |
Ctrl + F |
Command + F |
Ctrl + F |
| Find Next |
Enter or F3 |
Enter |
Enter or F3 |
| Find Previous |
Shift + Enter or F3 |
Command + Shift + Enter |
Shift + Enter or F3/ |
| Find in Files |
Ctrl + Shift + F |
Command Shift + F |
Ctrl + Shift + F |
| Find and replace |
Ctrl + H |
Command + Alt + F |
Ctrl + H |
| Find and replace every selection |
Selecting, Alt + F3 |
Selecting, Ctrl + Command + G |
Selecting, Alt + F3 |
| Incremental search |
Ctrl + I |
Command + I |
Ctrl + I |
| Close Search |
Escape |
Escape |
Escape |
Split & Layout
| Command |
Windows |
OS X |
Linux |
| Select 1-4 column layouts |
Alt + Shift + (1-4) |
Command + Alt + (1-4) |
Alt + Shift + (1-4) |
| Select 2 or 3 row layouts |
Alt + Shift + (8,9) |
Command + Alt + Shift + (2,3) |
Alt + Shift + (8,9) |
| Select 4 grid layouts |
Alt + Shift + 5 |
Command + Alt + 5 |
Alt + Shift + 5 |
| Move to panel |
Ctrl + Panel Number |
Ctrl + Panel Number |
Ctrl + Number |
| Move file to panel |
Ctrl + Shift + Panel Number |
Ctrl + Shift + Panel Number |
Ctrl + Shift + Number |
Editing
| Command |
Windows |
OS X |
Linux |
| Copy Line/Selection |
Ctrl + C |
Command + Shift + L |
Ctrl + Shift + L |
| Cut Line/Selection |
Ctrl + X |
Command + X |
Ctrl + X |
| Paste |
Ctrl + V |
Command + V |
Ctrl + V |
| Paste with indentation |
Ctrl + Shift +V |
Command + Shift + V |
Ctrl + Shift + V |
| Delete line |
Ctrl + Shift + K |
Ctrl + Shift + K |
Ctrl + Shift + K |
| Delete from cursor to end of line |
Ctrl + K K |
Command + K K |
Ctrl + K K |
| Delete from cursor to beginning of line |
Ctrl + K Backspace |
Command + K Backspace |
Ctrl + K Backspace |
| Delete word forward |
Ctrl + Del |
Command + K K |
Ctrl + K K |
| Delete word backward |
Ctrl + Backspace |
Ctrl + Backspace |
Ctrl + Backspace |
| Duplicate line / selection |
Ctrl + Shift + D |
Command + Shift + D |
Ctrl + Shift + D |
| Move line up |
Ctrl + Shift + Up |
Command + Ctrl + Up |
Ctrl + Shift + Up |
| Move line down |
Ctrl + Shift + Down |
Command + Ctrl + Down |
Ctrl + Shift + Down |
| Insert line after |
Ctrl + Enter |
Command + Enter |
Ctrl + Enter |
| Insert line before |
Ctrl + Shift + Enter |
Command + Shift + Enter |
Ctrl + Shift + Enter |
| Indent lines |
Ctrl + ] |
Command + ] |
Ctrl + ] |
| Unindent lines |
Ctrl + [ |
Command + [ |
Ctrl + [ |
| Join below line |
Ctrl + J |
Command + J |
Ctrl + J |
| Wrap line or selection with tag |
Alt + Shift + W |
Ctrl + Shift + W |
Alt + Shift + W |
| Soft undo |
Ctrl + U |
Ctrl + U |
Ctrl + U |
| Soft redo |
Ctrl + Y |
Command + Y |
Ctrl + Y |
| Transpose |
Ctrl + T |
Ctrl + T |
Ctrl + T |
| Remove outside tag(Emmet required) |
Ctrl + Shift + ; |
Command + ` |
Ctrl + Shift + ; |
Text Selection
| Command |
Windows |
OS X |
Linux |
| Select previous/next text |
Ctrl + Shift + Left/Right |
Ctrl + Shift + Left/Right |
Ctrl + Shift + Left/Right |
| Select line |
Ctrl + L |
Command + L |
Ctrl + L |
| Select word/next occurence |
Ctrl + D |
Command + D |
Ctrl + D |
| UnSelect next occurence |
Ctrl + U |
Command + U |
Alt + F3 |
| Select all occurences |
Alt + F3 |
Ctrl + Command + G |
Alt + F3 |
| Select contents within parenthesis |
Ctrl + Shift + M |
Ctrl + Shift + M |
Ctrl + Shift + M |
| Select within indentation |
Ctrl + Shift + J |
Command + Shift + J |
Ctrl + Shift + J |
| Select within tag |
Ctrl + Shift + A |
Command + Shift + A |
Ctrl + Shift + A |
| Go to closing/opening parenthesis |
Ctrl + M |
Ctrl + M |
Ctrl + M |
| Column selection up |
Ctrl + Alt + Up |
Ctrl + Shift + Up |
Ctrl + Alt + Up |
| Column selection down |
Ctrl + Alt + Down |
Ctrl + Shift + Down |
Ctrl + Alt + Down |
| Multi-Select Editing |
Ctrl + Click |
Command + Click |
Ctrl + Click |
| Multi Adjacent Line Editing |
Middle mouse click |
Middle mouse click |
right mouse Click |
Multiple Cursors
| Command |
Windows |
OS X |
Linux |
| Split selection into lines |
Ctrl + Shift + L |
Command + Shift + L |
Ctrl + Shift + L |
| Add new cursor |
Ctrl + Alt + Up/Down |
Ctrl + Shift + Up/Down |
Alt + Shift + Up/Down |
| Find all |
Alt + F3 |
Ctrl+Command+G |
Alt + F3 |
| Return to Single cursor |
Escape |
Escape |
Escape |
Text Transform
| Command |
Windows |
OS X |
Linux |
| To Uppercase |
Ctrl + K, Ctrl + U |
Command + K, Command + U |
Ctrl + K, Ctrl + U |
| To Lowercase |
Ctrl + K, Ctrl + L |
Command + K, Command + L |
Ctrl + K, Ctrl + L |
| Increase Font Size |
Ctrl + |
Command + |
Ctrl + |
| Decrease Font Size |
Ctrl - |
Command - |
Ctrl - |
Folding
| Command |
Windows |
OS X |
Linux |
| Fold selection |
Ctrl + Shift + [ |
Command + Alt + [ |
Ctrl + Shift + [ |
| Unfold selection |
Ctrl + Shift + ] |
Command + Alt + ] |
Ctrl + Shift + ] |
| Fold/Unfold all |
Ctrl + K J |
Command + K, J |
Ctrl + K J |
| Move to panel |
Ctrl + Panel Number |
Command + Panel Number |
Ctrl + Number |
| Move file to panel |
Ctrl + Shift + Panel Number |
Command + Shift + Panel Number |
Ctrl + Shift + Number |
Bookmark
| Command |
Windows |
OS X |
Linux |
| Add/remove bookmark |
Ctrl + F2 |
Command + F2 |
Ctrl + F2 |
| Next bookmark |
F2 |
F2 |
F2 |
| Previous bookmark |
Shift + F2 |
Shift + F2 |
Shift + F2 |
| Clear bookmark |
Ctrl + Shift + F2 |
Command + Shift + F2 |
Ctrl + Shift + F2 |
Commenting
| Command |
Windows |
OS X |
Linux |
| Comment/Uncomment Current Line |
Ctrl + / |
Command + / |
Ctrl + / |
| Block Comment (Current Selection) |
Ctrl + Shift + / |
Command + Alt + / |
Ctrl + Shift + / |