VI
VS Code is one of the most popular code editors. Master these keyboard shortcuts to boost your productivity.
General
| Windows | macOS | Action | |
|---|---|---|---|
| Ctrl+Shift+P | Cmd+Shift+P | Show Command Palette | |
| Ctrl+P | Cmd+P | Quick Open file | |
| Ctrl+S | Cmd+S | Save file | |
| Ctrl+` | Cmd+` | Toggle Terminal | |
| Ctrl+, | Cmd+, | Open Settings |
Editing
| Windows | macOS | Action | |
|---|---|---|---|
| Ctrl+D | Cmd+D | Select next occurrence | |
| Ctrl+/ | Cmd+/ | Toggle line comment | |
| Ctrl+Shift+K | Cmd+Shift+K | Delete line | |
| Alt+Up | Option+Up | Move line up | |
| Alt+Down | Option+Down | Move line down |