Skip to content

Instantly share code, notes, and snippets.

@marioharper
Created March 27, 2019 00:22
Show Gist options
  • Save marioharper/d29e39faf629f695233b06d9facf2317 to your computer and use it in GitHub Desktop.
Save marioharper/d29e39faf629f695233b06d9facf2317 to your computer and use it in GitHub Desktop.
vscode keybindings
[
// Toggle between terminal and editor focus
{ "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