Harmonize vscode keybindings

This commit is contained in:
Wilfried OLLIVIER 2022-04-13 22:50:25 +02:00
parent 457159e909
commit 636886daae
1 changed files with 3 additions and 3 deletions

View File

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