Cheatography
https://cheatography.com
A beginner's guide to Sublime Text 3 keyboard shortcuts
General
Command Pallete |
CTRL+SHIFT+P |
Distraction Free Mode |
SHIFT+F11 |
Show/Hide Console |
CTRL+` |
Show/Hide Sidebar |
CTRL+K /B |
Select Autocomplete Suggestion |
CTRL+SPACE |
Undo/Redo Last Move |
CTRL+Z /B |
Window & Layout Manipulation
Distraction Free Mode |
SHIFT+F11 |
Fullscreen |
F11 |
New Tab |
CTRL+N |
New Window |
CTRL+SHIFT+P |
Split View into 2 Columns |
ALT+SHIFT+2 |
Split View into 3 Columns |
ALT+SHIFT+3 |
Split View into 4 Columns |
ALT+SHIFT+4 |
Split View into Grid ie. 4 Groups |
ALT+SHIFT+5 |
Split View into 2 Rows |
ALT+SHIFT+8 |
Split View into 3 Rows |
ALT+SHIFT+9 |
Move working file to a specified group between [NUMs] 1 & 4 |
CTRL+SHIFT+[NUM] |
Bookmarks
Toggle Bookmark |
CTRL+F2 |
Clear Bookmarks |
CTRL+SHIFT+F2 |
Previous Bookmark |
SHIFT+F2 |
Next Bookmark |
F2 |
Block Folding
Fold Selection |
CTRL+SHIFT+[ |
Unfold Selection |
CTRL+SHIFT+] |
Fold All |
CTRL+K, I |
Unfold All |
CTRL+K, J |
Fold Level |
CTRL+2/9 |
|
|
Navigation
Close Working Tab |
CTRL+W |
Cycle Up Through Tabs |
CTRL+PgUp |
Cycle Down Through Tabs |
CTRL+PgDn |
Cycle To & Fro Through Tabs |
CTRL+Tab |
Go to Anything |
CTRL+P |
Go to Line Within Working File |
CTRL+G |
Go to Line Within Another File |
CTRL+P+[file name] : [line number] |
Go to Symbol |
CTRL+R |
Open a File and Search for a Symbol |
CTRL+P, |
Quickly Open a File |
CTRL+P |
Switch to Tab |
CTRL+ Tab Number |
Selecting
Multiple Cursors |
CTRL+ Click |
Parenthsise Selection |
CTRL+SHIFT+M |
Select Line |
CTRL+L |
Select Word |
CTRL+D |
Select Next Iteration |
CTRL+D |
Unselect Next Iteration |
CTRL+U |
Skip, and Select the Next Iteration |
CTRL+K, D |
Wrap Selection in HTML Tag |
ALT+SHIFT+W |
Find/Replace
Find |
CTRL+F |
Find in Files |
CTRL+SHIFT+F |
Find Next |
F3 |
Find Previous |
SHIFT+F3 |
Find, then Multi Edit |
CTRL+F, ALT+ENTER |
Replace |
CTRL+H |
Replace Every Selection |
After Selecting, ALT+F3 |
Incremental Search |
CTRL+I |
Use Selection for Find Field |
CTRL+E |
Use Selection for Replace Field |
CTRL+SHIFT+E |
|
|
Editing
Block Comment |
Select Items, CTRL+UP+/ |
Comment |
Select Items, CTRL+/ |
Cut Line |
Place Cursor at Beginning of Line, CTRL+X |
Delete Line |
CTRL+SHIFT+K |
Delete From Cursor to BOL |
CTRL+K, BKSP |
Delete From Cursor to EOL |
CTRL+K, K |
Delete Word Forwards |
CTRL+DEL |
Delete Word Backwords |
CTRL+BKSP |
Duplicate Line |
CTRL+SHIFT+D |
Join Line Below Current Line |
CTRL+J |
Increase Font SIze |
CTRL+ "+" |
Decrease Font Size |
CTRL+ "-" |
Indent Current Line |
CTRL+] |
Unindent Current Line |
CTRL+[ |
Move Line Up |
CTRL+SHIFT+UP |
Move Line Down |
CTRL+SHIFT+DOWN |
Paste With Proper Indentation |
CTRL+SHIFT+V |
Transform to Uppercase |
CTRL+K, U |
Transform to Lowercase |
CTRL+K, L |
Transpose |
Select Items, CTRL+T |
Multiple Cursors |
CTRL+ Click |
|
Created By
Metadata
Favourited By
Comments
DaveChild, 22:39 1 Oct 15
Great cheat sheet :)
[deleted], 09:59 3 Oct 15
Thanks Dave
Add a Comment
Related Cheat Sheets