Visual Studio Code keybindings

A collection of Visual Studio Code keybindings I find useful.

Here’s a (growing) collection of useful keybindings for Visual Studio Code that I use or deem interesting. I’ve probably found most of them, if not all of them, on various sites on the internet. In those cases I’ve added a link to the source.

Switching between editor and terminal

// Toggle between terminal and editor focus
{ "key": "ctrl+`", "command": "workbench.action.terminal.focus"},
{ "key": "ctrl+`", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus"}