Update keybindings.json
This commit is contained in:
parent
f6e3721e32
commit
d15a37ca22
|
@ -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"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue