Open EdmundsEcho opened 6 years ago
Temporary work-around: I manually set the keybindings in my Neovim configuration file. E.g.,
map <Leader><Leader>w <Plug>(easymotion-bd-w)
nmap <Leader><Leader>w <Plug>(easymotion-overwin-w)
The plugin now kicks-in as expected.
same here!
I can't get it to work even with the manual mappings. Sadly this makes this plugin currently useless :(
Great plugin. Thank you!
Sometime in the past couple of weeks the default map for
easymotion
stopped working. Vim:map <leader><leader>
points toeasymotion
innormal mode
. However, it also points to a shortcut I use ins[elect]
mode. There should not be a conflict as long asnormal mode
is considered differently thanselect mode
. Is it possible in one of thenvim
oreasymotion
updates the two modes are considered the same?Update: I since tested whether the.
s[elect]
mode mapping for another plugin was the cause. Negative. It did not change the inability ofeasymontion
to trigger using the default