From 6d2efee14ae7d72345294f14f86ffed3b7d1af93 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Tue, 10 Jan 2023 13:40:29 +0100 Subject: [PATCH] Harmonize and avoid vim conflicts --- keybindings.json | 11 ----------- settings.json | 3 ++- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/keybindings.json b/keybindings.json index 000cd8e..1862d85 100644 --- a/keybindings.json +++ b/keybindings.json @@ -1,10 +1,4 @@ [ - // Vim - { - "key": "ctrl+i", - "command": "extension.vim_ctrl+i", - "when": "editorTextFocus && vim.active && vim.use && !inDebugRepl" - }, // Terminals { "key": "cmd+t", @@ -372,11 +366,6 @@ "when": "editorTextFocus && editorLangId == 'magit' && vim.mode =~ /^(?!SearchInProgressMode|CommandlineInProgress).*$/" }, // Misc resets with no rebind - { - "key": "ctrl+o", - "command": "-extension.vim_ctrl+o", - "when": "editorTextFocus && vim.active && vim.use && !inDebugRepl" - }, { "key": "shift+alt+[Period]", "command": "-gitlens.gitCommands", diff --git a/settings.json b/settings.json index fa41b47..99e777c 100644 --- a/settings.json +++ b/settings.json @@ -127,7 +127,8 @@ ], "vim.leader": ",", "vim.handleKeys": { - "": false, + "": false, + "": false, "": false, "": false, "": false,