Skip to content

Instantly share code, notes, and snippets.

@xavxyz
Created February 12, 2020 13:10
Show Gist options
  • Save xavxyz/2640e65194bd80585c45d90fbaa0a6ab to your computer and use it in GitHub Desktop.
Save xavxyz/2640e65194bd80585c45d90fbaa0a6ab to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+shift+t",
"command": "workbench.action.terminal.focus"
},
{
"key": "ctrl+w",
"command": "workbench.action.terminal.kill",
"when": "terminalFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment