sublime
✂️ Vim Line & Navigation Shortcuts
Shortcut | Action |
---|---|
^X |
Cut line |
^↵ |
Insert line after |
^⇧↵ |
Insert line before |
^⇧UP |
Move line/selection up |
^⇧DOWN |
Move line/selection down |
^L |
Select line - Repeat to select next lines |
^D |
Select word - Repeat select other occurrences |
^M |
Go to matching parentheses |
^⇧M |
Select all contents of the current parentheses |
✍️ SCF Keyboard Text Editing Shortcuts
Shortcut | Action |
---|---|
^K^K |
Delete from cursor to end of line |
^K^BACKSPACE |
Delete from cursor to start of line |
^] |
Indent current line(s) |
^[ |
Un-indent current line(s) |
^⇧D |
Duplicate line(s) |
^J |
Join line below to the end of the current line |
^/ |
Comment/un-comment current line |
^⇧? |
Block comment current selection |
^Y |
Redo or repeat last keyboard shortcut command |
^⇧V |
Paste and indent correctly |
^SPACE |
Select next auto-complete suggestion |
^U |
Soft undo |
🧭 Navigation Shortcuts
Shortcut | Action |
---|---|
^P |
Quick-open files by name |
^; |
Go to word in current file |
^R |
Go to symbol |
^G |
Go to line in current file |
✂️ Editing Shortcuts
Shortcut | Action |
---|---|
⌥. |
Close tag |
^K^C |
Scroll to selection |
^⇧A |
Select tag |
^⇧J |
Select indentation |
^⇧SPACE |
Select scope |
^K^B |
Toggle side bar |
^⇧P |
Command prompt |
🔍 Find & Replace Shortcuts
Shortcut | Action |
---|---|
⇧F3 |
Find previous |
F3 |
Find next |
^F |
Find |
^H |
Replace |
^⇧F |
Find in files |
🖥️ View & Group Shortcuts
Shortcut | Action |
---|---|
⌥⇧@ |
Split view into two columns |
⌥⇧! |
Revert view to single column |
⌥⇧% |
Set view to grid (4 groups) |
^2 |
Jump to group 2 |
^⇧@ |
Move file to group 2 |
✂️ Text Transformation & Deletion Shortcuts
Shortcut | Action |
---|---|
^K^L |
Transform to lowercase |
^K^U |
Transform to uppercase |
^⇧K |
Delete line |
^BACKSPACE |
Delete word backwards |
^DEL |
Delete word forwards |
🖱️ Multi-Cursor & Selection Shortcuts
Shortcut | Action |
---|---|
^⌥DOWN |
Add new line below with cursor |
^K^D |
Skip selection |
^⇧L |
Split selection into lines |
⌥F3 |
Add cursor at all occurrences of a word |
^⌥UP |
Add new line above with cursor |
ESC |
Return to single selection |
🗂️ Mark & Code Folding Shortcuts
Shortcut | Action |
---|---|
^K^G |
Clear mark |
^K^X |
Switch location with mark |
^K^A |
Select to mark |
^K^ |
Set mark |
^K^J |
Unfold all |
^⇧] |
Unfold code |
^⇧[ |
Fold code |
📍 Bookmark Shortcuts
Shortcut | Action |
---|---|
⌥F2 |
Select all bookmarks |
⇧F2 |
Previous bookmark |
F2 |
Next bookmark |
^F2 |
Toggle bookmark |
This post is licensed under
CC BY 4.0
by the author.