vscode terminal keybindings

This commit is contained in:
Djeeberjr 2022-02-25 16:01:57 +01:00
parent 19fd7d86e3
commit 68795a52de

View File

@ -7,5 +7,20 @@
{ {
"key": "ctrl+shift+[Equal]", "key": "ctrl+shift+[Equal]",
"command": "-workbench.action.terminal.toggleTerminal" "command": "-workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+shift+c",
"command": "-workbench.action.terminal.openNativeConsole",
"when": "!terminalFocus"
},
{
"key": "ctrl+shift+enter",
"command": "workbench.action.terminal.new",
"when": "terminalProcessSupported && terminalFocus"
},
{
"key": "ctrl+shift+`",
"command": "-workbench.action.terminal.new",
"when": "terminalProcessSupported"
} }
] ]