From 636886daae4f27bcf1eb64f2f97f7fcd0cfa58f9 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Wed, 13 Apr 2022 22:50:25 +0200 Subject: [PATCH] Harmonize vscode keybindings --- keybindings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/keybindings.json b/keybindings.json index e219aa2..e40ebfe 100644 --- a/keybindings.json +++ b/keybindings.json @@ -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" },