Sublime Editor
🛠Tool
editor
shortcuts
Sublime Text (3) shortcuts
See Unofficial Sublime Shortcuts
General
| Shortcut | Result |
|---|---|
cmd + t |
Open file |
cmd + shift + d |
Duplicate current line into next line |
ctrl + space |
evoke auto completion, open auto-completion sub-menu |
keep cmd pressed and then one after the other k and b |
toggle (hide/show) side bar menu |
cmd + d |
Add cursor to next occurance of word |
cmd + shift + d |
Duplicate line or marked word |
cmd + d, followed by Ctrl + Cmd + g |
see this - select all instances and edit variable name |
cmd + , |
open settings |
Extensions
| Shortcut | Result |
|---|---|
ctrl + e |
Emmet in non-html files —> e.g. JSX |
type la. |
Choose something and type Enter to see cheatsheet for this domain. |
Open package manager
| Shortcut | Result |
|---|---|
cmd + shift + p and type 'packa...' |
Shows several actions of package manager |
Discuss on Twitter ● Improve this article: Edit on GitHub