easymotion / vim-easymotion

Vim motions on speed!
http://www.vim.org/scripts/script.php?script_id=3526
7.51k stars 361 forks source link

Default <leader><leader> stopped working until I manually set/reset the bindings in my vim config file #367

Open EdmundsEcho opened 6 years ago

EdmundsEcho commented 6 years ago

Great plugin. Thank you!

Sometime in the past couple of weeks the default map for easymotion stopped working. Vim :map <leader><leader> points to easymotion in normal mode. However, it also points to a shortcut I use in s[elect] mode. There should not be a conflict as long as normal mode is considered differently than select mode. Is it possible in one of the nvim or easymotion 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 of easymontion to trigger using the default .

EdmundsEcho commented 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.

crokobit commented 6 years ago

same here!

sasq64 commented 5 years ago

I can't get it to work even with the manual mappings. Sadly this makes this plugin currently useless :(