Skip to main content

Visual Studio Code keybindings

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"}

Source: Stack Overflow


Now what?

I’m genuinely thrilled that you’ve made it this far — thank you for reading!

If you’re up for more, here are a few things you can do: