Small addition to sublime text shortcuts

This commit is contained in:
Rizqy H 2017-10-27 01:10:17 +07:00
parent 687dd18a86
commit 30153ac573
1 changed files with 7 additions and 0 deletions

View File

@ -25,9 +25,16 @@ Replace ⌘ with Ctrl on Windows and Linux.
| `⌘ K` `⌘ 0` | unfold everything |
{: .-shortcuts}
### Editing
| `⌘ ⇧ D` | duplicate current line/selection |
| `⌘ ⇧ K` | delete current line/selection |
### Goto
| `⌘ P` | goto anything |
| `⌘ G` | goto line number |
| `⌘ R` | goto symbol |
| `⌘ P, :` | goto line number (enter number after `:`) |
| `⌘ P, #` | goto and list fuzzy-matches of string (enter characters after `#`) |
| `⌘ P, @` | goto and list symbol (begin typing symbol name after `@`) |