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
Click confused 😕 on this issue if not having it makes VSCodeVim unusable.
The VSCodeVim team prioritizes issues based on reaction count.
What happened:
A new remapping options feature "vim.remap" was mentioned in change log . Then I tried it with the setting keybinding as same as issue #1543.
The example use of "value" was either outdated or pseudocode — instead we use { "after": ["d", "d"] } to bind to the vim keys dd or { "commands": [...] } to bind to vim commands, as in my example.
The VSCodeVim team prioritizes issues based on reaction count.
What happened:
A new remapping options feature "vim.remap" was mentioned in change log . Then I tried it with the setting keybinding as same as issue #1543.
As issue #1543 described.
F3
can enter Insert Mode, insertbc
and quit Insert Mode. However it seems not working.How to reproduce it:
F3
What did you expect to happen:
Press
F3
in text area can enter Insert Mode, insertbc
and quit Insert Mode.What happened instead?
Nothing happened.
Environment:
The text was updated successfully, but these errors were encountered: