| Command | Description |
|---|---|
| ⌘⇧P | Command palette |
| ⌘KB | Show/hide sidebar |
| ⌃0 | Focus on sidebar |
| Command | Description |
|---|---|
| ⌘P | Open file by name |
| ⌘R | Go to symbol |
| ⌃G | Go to line |
| Command | Description |
|---|---|
| ⌘F | Find |
| ⌘⌥F | Replace |
| ⌘⇧F | Find in files |
| ⌘E | Use selection for find |
| ⌘⇧E | Use selection for replace |
| Command | Description |
|---|---|
| ⌘⇧V | Paste and indent |
| ⌘Y | Redo |
| ⌘Click | Create multiple cursors |
| ⎋ | Single selection |
| ⌘↩ | Insert line after |
| ⌘⇧↩ | Insert line before |
| ⌘⌃↑ | Move line/selection up |
| ⌘⌃↓ | Move line/selection down |
| ⌃M | Jump to closing braces, parentheses or brackets |
| ⌃⇧M | Select all content of the current braces, parentheses or brackets |
| ⌘L | Select line (repeat to select next) |
| ⌘D | Select word (repeat to select other occurrences for multiple editing...) |
| ⌘⌃G | Multi-select editing (all instances) |
| ⌘⇧L | Split selection into lines |
| ⌘X | Delete line |
| ⌘KK | Delete from cursor to end of line |
| ⌘⌫ | Detele from cursor to start of line |
| ⌘⇧D | Duplicate line(s) |
| ⌘J | Join lines |
| ⌘] | Indent current line(s) |
| ⌘[ | Unindent current line(s) |
| F5 | Sort lines |
| ⌃F5 | Sort lines (case sensitive) |
| ⌘/ | Comment current line/selection |
| ⌘⌥/ | Block comment |
| ⌃Space | Show completions |
| Command | Description |
|---|---|
| ⌘[1,2,3…] | Select tab |
| ⌘⇧T | Reopen last closed tab |
| Command | Description |
|---|---|
| ⌘⌥1 | Layout single |
| ⌘⌥[2,3,4] | 2, 3 or 4 columns |
| ⌘⌥⇧[2,3] | 2 or 3 rows |
| ⌘⌥5 | Grid (4 groups) |
| ⌃[1,2,3,4] | Focus group |
| ⌃⇧[1,2,3,4] | Move file to group |
| Command | Description |
|---|---|
| ⌘F2 | Toggle bookmark |
| F2 | Next bookmark |
| ⇧F2 | Previous bookmark |
| ⌘⇧F2 | Clear bookmarks |
| Command | Description |
|---|---|
| ⌘KU | To uppercase |
| ⌘KL | To lowercase |
| Command | Description |
|---|---|
| ⌘⌥ . | Close tag |