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
Describe the bug
Add to vim.visualModeKeyBindingsNonRecursive:
{ "before": ["n"], "after": ["j"] }
In an editor window, enter visual mode and quickly push n several times, the first few n key-presses will do a "search next" then the next few will be remapped as desired.
It takes about a second before the remaps take effect after entering visual mode.
Extension (VsCodeVim) version: 1.1.0
VSCode version: 1.31.1
OS: archlinux
This is not an issue in vim or neovim.
The text was updated successfully, but these errors were encountered:
@sobjornstad I have that issue too. I'm having a lot of issues with remapping... VsCodeVim isn't very useable unless you are using the default mappings unfortunately and it's been that way for two years.
Describe the bug
Add to
vim.visualModeKeyBindingsNonRecursive
:In an editor window, enter visual mode and quickly push
n
several times, the first fewn
key-presses will do a "search next" then the next few will be remapped as desired.It takes about a second before the remaps take effect after entering visual mode.
This is not an issue in vim or neovim.
The text was updated successfully, but these errors were encountered: