Some custom keymaps for VS Code. Quack.
| Command | Keymap | When |
|---|---|---|
| editor.emmet.action.wrapWithAbbreviation | ctrl+shift+a | |
| workbench.action.files.saveAll | ctrl+shift+s (cmd+shift+s on mac) | |
| workbench.action.focusFirstEditorGroup | ctrl+, | |
| workbench.action.reloadWindow | shift+f5 | !inDebugMode |
| workbench.action.tasks.runTask | f4 | |
| workbench.action.terminal.focus | ctrl+. | |
| workbench.action.terminal.focusNext | ctrl+; | |
| workbench.action.terminal.focusPrevious | ctrl+shift+; | |
| workbench.action.terminal.kill | ctrl+shift+/ | |
| workbench.action.terminal.new | ctrl+shift+' | |
| workbench.action.terminal.toggleTerminal | ctrl+' |