Harmonize and avoid vim conflicts

This commit is contained in:
Wilfried OLLIVIER 2023-01-10 13:40:29 +01:00
parent 57f4bbefe9
commit 6d2efee14a
2 changed files with 2 additions and 12 deletions

View file

@ -1,10 +1,4 @@
[ [
// Vim
{
"key": "ctrl+i",
"command": "extension.vim_ctrl+i",
"when": "editorTextFocus && vim.active && vim.use<C-i> && !inDebugRepl"
},
// Terminals // Terminals
{ {
"key": "cmd+t", "key": "cmd+t",
@ -372,11 +366,6 @@
"when": "editorTextFocus && editorLangId == 'magit' && vim.mode =~ /^(?!SearchInProgressMode|CommandlineInProgress).*$/" "when": "editorTextFocus && editorLangId == 'magit' && vim.mode =~ /^(?!SearchInProgressMode|CommandlineInProgress).*$/"
}, },
// Misc resets with no rebind // Misc resets with no rebind
{
"key": "ctrl+o",
"command": "-extension.vim_ctrl+o",
"when": "editorTextFocus && vim.active && vim.use<C-o> && !inDebugRepl"
},
{ {
"key": "shift+alt+[Period]", "key": "shift+alt+[Period]",
"command": "-gitlens.gitCommands", "command": "-gitlens.gitCommands",

View file

@ -127,7 +127,8 @@
], ],
"vim.leader": ",", "vim.leader": ",",
"vim.handleKeys": { "vim.handleKeys": {
"<C-a>": false, "<C-o>": false,
"<C-i>": false,
"<C-w>": false, "<C-w>": false,
"<C-f>": false, "<C-f>": false,
"<C-k>": false, "<C-k>": false,