vscode terminal keybindings
This commit is contained in:
parent
19fd7d86e3
commit
68795a52de
@ -7,5 +7,20 @@
|
||||
{
|
||||
"key": "ctrl+shift+[Equal]",
|
||||
"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"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user