Shortcuts
Application shortcut list
Application shortcuts
Shortcut | Description |
---|---|
Ctrl . | Open preferences |
Ctrl N | New file |
Ctrl Shift 1 | New file from first template |
Ctrl S | Save file |
Ctrl Shft S | Save file as |
Ctrl Q | Quit |
Ctrl Shift = | Zoom in |
Ctrl - | Zoom out |
Ctrl 0 | Reset zoom |
Ctrl Mousewheel | Zoom |
F11 | Fullscreen mode |
Shift F11 | Distraction free mode |
Alt | Show menu temporarily when Hide Menu Bar is enabled. (Win/Linux) |
Keyboard navigation
Shortcut | Description |
---|---|
Ctrl M | Toggle between Tab key changing focus vs adding indentation |
Ctrl Shift M | Move focus to editor panel |
F6 | Move focus to next application panel |
Shift F6 | Move focus to previous application panel |
Editor shortcuts (default)
Shortcut | Description |
---|---|
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 |
Folding
Shortcut | Description |
---|---|
Ctrl Shift [ | Fold the current section |
Ctrl Shift ] | Unfold the current section |
Ctrl Shift \ | Toggle folding of current section |
Ctrl-K Ctrl-1 | Fold all sections |
Ctrl-K Ctrl-2 | Fold level 2 |
Ctrl-K Ctrl-3 | Fold level 3 |
Ctrl-K Ctrl-4 | Fold level 4 |
Ctrl-K Ctrl-5 | Fold level 5 |
Ctrl-K Ctrl-6 | Fold level 6 |
Ctrl-K Ctrl-0 | Unfold all sections |
Ctrl-K Ctrl-J | Unfold all sections |
Tables
Shortcut | Description |
---|---|
Alt Shift Left | Delete column |
Alt Shift Right | Add column |
Alt Shift Up | Delete row |
Alt Shift Down | Add row |
Alt Left | Move column left |
Alt Right | Move column right |
Alt Up | Move row up |
Alt Down | Move row down |
Ctrl Shift A | Reformat table |
F5 | Sort by current column, ascending (mac) |
Shift F5 | Sort by current column, descending (mac) |
F9 | Sort by current column, ascending (win/linux) |
Shift F9 | Sort by current column, descending (win/linux) |