Skip to content

Instantly share code, notes, and snippets.

@jarhoads
Created February 19, 2020 20:28
Show Gist options
  • Save jarhoads/63a31b291108a6184d9af86ea421ffe7 to your computer and use it in GitHub Desktop.
Save jarhoads/63a31b291108a6184d9af86ea421ffe7 to your computer and use it in GitHub Desktop.
VSCode Key Bindgings to toggle between terminal and active editor
[
{
"key": "ctrl+;",
"command": "workbench.action.terminal.focus"
},
{
"key": "ctrl+;",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment