Closed philiplinell closed 6 years ago
After some more tinkering, it seems that Easymotion is doing what I want. Not sure if it was some stray whitespace in my .vimrc
or something else, but now it's working as intended (although I'm using (easymotion-overwin-f)
instead of (easymotion-s)
.
By setting EasyMotion_do_mapping
to anything else than 1 no default bindings get created, as can be seen here https://github.com/easymotion/vim-easymotion/blob/master/plugin/EasyMotion.vim#L237.
Thanks for your work with this plugin, and sorry for the noise.
Hello!
I'm having some trouble binding easymotion. What I'm trying to do is to bind only
<Leader><Leader>
toeasymotion-s
. I would like to disable all other bindings since I like to keep my bindings to only those I use.This is what I have in my vimrc related to EasyMotion:
If I now press
<LEADER><LEADER>E
I get no suggestions as to jump to a word that starts with E. I get the messageon-prefix)
written in the vim status line.Is it possible to do what I want using easymotion?