Skip to content

Instantly share code, notes, and snippets.

@0xjgv
Created October 30, 2018 08:53
Show Gist options
  • Save 0xjgv/1fe9a260278468ba5df92b79a3d6b10b to your computer and use it in GitHub Desktop.
Save 0xjgv/1fe9a260278468ba5df92b79a3d6b10b to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+t",
"command": "workbench.action.terminal.focus"
},
{
"key": "shift+cmd+t",
"command": "workbench.action.terminal.new"
},
{
"key": "shift+cmd+]",
"command": "workbench.action.terminal.focusNext",
"when": "terminalFocus"
},
{
"key": "shift+cmd+[",
"command": "workbench.action.terminal.focusPrevious",
"when": "terminalFocus"
},
{
"key": "cmd+w",
"command": "workbench.action.terminal.kill",
"when": "terminalFocus"
},
{
"key": "shift+cmd+g",
"command": "workbench.view.scm"
},
{
"key": "cmd+k c",
"command": "git.openChange",
"when": "editorFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment