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
{
"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<C-o> && !inDebugRepl"
},
{
"key": "shift+alt+[Period]",
"command": "-gitlens.gitCommands",

View File

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