Skip to content

Instantly share code, notes, and snippets.

@NickyMeuleman
Last active December 3, 2020 18:57
Show Gist options
  • Save NickyMeuleman/4d18cfaf47aa661aab845dbded9ac255 to your computer and use it in GitHub Desktop.
Save NickyMeuleman/4d18cfaf47aa661aab845dbded9ac255 to your computer and use it in GitHub Desktop.
Use one keyboard shortcut to toggle focussing the terminal in VSCode
[
{
"key": "ctrl+shift+`",
"command": "terminal.focus",
"when": "!terminalFocus"
},
{
"key": "ctrl+shift+`",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment