Harmonize vscode keybindings

This commit is contained in:
Wilfried OLLIVIER 2022-04-13 22:50:25 +02:00
parent 457159e909
commit 636886daae

View file

@ -31,17 +31,17 @@
"when": "terminalFocus" "when": "terminalFocus"
}, },
{ {
"key": "ctrl+shift+n", "key": "ctrl+shift+enter",
"command": "workbench.action.terminal.split", "command": "workbench.action.terminal.split",
"when": "terminalFocus" "when": "terminalFocus"
}, },
{ {
"key": "ctrl+shift+o", "key": "ctrl+shift+i",
"command": "workbench.action.terminal.focusPreviousPane", "command": "workbench.action.terminal.focusPreviousPane",
"when": "terminalFocus" "when": "terminalFocus"
}, },
{ {
"key": "ctrl+shift+i", "key": "ctrl+shift+o",
"command": "workbench.action.terminal.focusNextPane", "command": "workbench.action.terminal.focusNextPane",
"when": "terminalFocus" "when": "terminalFocus"
}, },