Ctrl
] | Indent the current line |
Ctrl
[ | Deindent the current line |
Ctrl
L | Select the current line |
Ctrl
Shift
L | Convert the current multiline selection to multiple selections, with their own cursors |
Escape | If you have multiple selections, drop all except the first one |
Ctrl
Enter | Insert a line after the current line, and jump to that line |
Ctrl
Shift
Enter | Insert a line before the current line, and jump to that line |
Ctrl
D | With text selected, also select the next occurrence of that text |
Ctrl
F3 | With text selected, find next occurrence of that text |
Ctrl
Shift
F3 | With text selected, find previous occurrence of that text |
Ctrl
Shift
M | Selects text between brackets, or select all. Applies to code in code blocks. |
Ctrl
Shift
Space | Selects text between brackets (as above), or selects all if no appropriate brackets |
Ctrl
Shift
Up/Down | Swap the current line with the one above or below it |
Ctrl
J | Combine selected lines into one line (unwraps lines) |
Ctrl
Shift
D | Duplicate the current line |
F9 | Sort the selected lines |
Ctrl
F9 | Sort the selected lines (case-insensitive) |
Shift
F9 | Reverse sort the selected lines |
Shift
Ctrl
F9 | Reverse sort the selected lines (case-insensitive) |
Ctrl
Shift
K | Delete the current line |
Ctrl-K
Ctrl-K | Delete to the end of the line |
Ctrl-K
Ctrl-Backspace | Delete to the beginning of the line |
Ctrl-K
Ctrl-U | Make current word uppercase |
Ctrl-K
Ctrl-L | Make current word downcase |
Ctrl-K
Ctrl-C | Scroll current line to center of editor |
Ctrl
F | Find text |
Ctrl
H | Replace text |
Ctrl
Space | Autocomplete (links to markdown files or images) |
Ctrl
Space | Toggle the checkbox on the current line |
Ctrl
Shift
E | Fix markdown in the current file |
Ctrl
Shift
- | Move to previous location in history |
Ctrl
Alt
- | Move to next location in history |