How to customise vim-sneak #8231
Unanswered
angelechoes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've enabled vim-sneak and have told VSCode to use settings from my
~/.vimrc
t as shown here in mysettings.json
And my .vimrc contains the following lines which replace the regular vim-sneak commands for moving forward/backward in sneak hits from
;
and,
respectively to 'n' and 'N' (to give it behaviour similar to regular search using/
):These remaps work in regular vim or inside my terminal but they don't work in vs code vim. I'm guessing thus may be related to the fact my .vimrc is using vim-plug to define the remapping? Is there some other way to specify this to get it to work in vs code vim?
Beta Was this translation helpful? Give feedback.
All reactions