Update keybindings.json

This commit is contained in:
lianghongkey 2019-06-26 14:48:31 +08:00 committed by GitHub
parent f6e3721e32
commit d15a37ca22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 3 deletions

View File

@ -174,7 +174,7 @@
"when": "editorTextFocus" "when": "editorTextFocus"
}, },
{ {
"key": "ctrl+oem_3", "key": "ctrl+`",
"command": "workbench.action.terminal.toggleTerminal" "command": "workbench.action.terminal.toggleTerminal"
}, },
{ {
@ -187,6 +187,20 @@
"command": "workbench.action.terminal.findPreviousTerminalFocus", "command": "workbench.action.terminal.findPreviousTerminalFocus",
"when": "terminalFocus" "when": "terminalFocus"
}, },
{
"key": "ctrl+shift+t",
"command": "workbench.action.terminal.newInActiveWorkspace"
},
{
"key": "ctrl+shift+w",
"command": "workbench.action.terminal.kill"
},
{
"key": "ctrl+shift+]",
"command": "workbench.action.terminal.focusNext"
},
{
"key": "ctrl+shift+[",
"command": "workbench.action.terminal.focusPrevious"
},
] ]