Skip to content

Instantly share code, notes, and snippets.

@jwt625
Created July 16, 2020 05:33
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 jwt625/600138bcb52e9d91b2b9712fdf7360ac to your computer and use it in GitHub Desktop.
Save jwt625/600138bcb52e9d91b2b9712fdf7360ac to your computer and use it in GitHub Desktop.
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