You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have remapped all my vim keybindings (because of using a colemak layout), using the following settings:
"vim.normalModeKeyBindingsNonRecursive",
"vim.visualModeKeyBindingsNonRecursive", and
"vim.operatorPendingModeKeyBindingsNonRecursive",
The exact same remap is applied to all of those three options, including lowercase and uppercase remaps.
I havent changed anything in "vim.insertModeKeyBindingsNonRecursive" because I want the layout to stay in Colemak in insert mode.
It seems to work for the most part, except for commands like "ciw".
When typing the keys remapped to "c", "i", and "w" respectively, the first two letters will be picked up correctly, but the third one won't be remapped, to make it work I have to type the letter as if I was in insert mode.
Is there a solution for this ? There is also some old mentions of a setting called "commandLineModeKeyBindings" but no longer in the docs (still present in the package.json of this repo), it doesn't seem to work either.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have remapped all my vim keybindings (because of using a colemak layout), using the following settings:
"vim.normalModeKeyBindingsNonRecursive",
"vim.visualModeKeyBindingsNonRecursive", and
"vim.operatorPendingModeKeyBindingsNonRecursive",
The exact same remap is applied to all of those three options, including lowercase and uppercase remaps.
I havent changed anything in "vim.insertModeKeyBindingsNonRecursive" because I want the layout to stay in Colemak in insert mode.
It seems to work for the most part, except for commands like "ciw".
When typing the keys remapped to "c", "i", and "w" respectively, the first two letters will be picked up correctly, but the third one won't be remapped, to make it work I have to type the letter as if I was in insert mode.
Is there a solution for this ? There is also some old mentions of a setting called "commandLineModeKeyBindings" but no longer in the docs (still present in the package.json of this repo), it doesn't seem to work either.
Beta Was this translation helpful? Give feedback.
All reactions