Skip to content

Instantly share code, notes, and snippets.

@snorfalorpagus
Created April 23, 2019 15:54
Show Gist options
  • Save snorfalorpagus/8a38f1ea8dd64a590fb2766165df58b3 to your computer and use it in GitHub Desktop.
Save snorfalorpagus/8a38f1ea8dd64a590fb2766165df58b3 to your computer and use it in GitHub Desktop.
vscode terminal focus
[
{ "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