Note: The Listed platform will permanently shut down December 31, 2026. Your data published on Listed will still be available in your personal Standard Notes account. Learn more

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: https://stackoverflow.com/questions/42796887/switch-focus-between-editor-and-integrated-terminal-in-visual-studio-code



You'll only receive email when they publish something new.

More from Kim Grytøyr
All posts