Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@pbroschwitz
Last active July 5, 2019 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbroschwitz/2745105861d74ed1bc8f127229ec77b6 to your computer and use it in GitHub Desktop.
Save pbroschwitz/2745105861d74ed1bc8f127229ec77b6 to your computer and use it in GitHub Desktop.
// keybindings.json
// Toggle between terminal and editor focus
{ "key": "ctrl+shift+oem_3", "command": "workbench.action.terminal.focus"},
{ "key": "ctrl+shift+oem_3", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment