Skip to content

Instantly share code, notes, and snippets.

@jwt625
Created July 16, 2020 05:33
Embed
What would you like to do?
key bindings for vs code
// Place your key bindings in this file to override the defaults
[
{ "key": "ctrl+`", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus" },
{ "key": "ctrl+`", "command": "workbench.action.terminal.focus", "when": "!terminalFocus" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment