vim-easymotion icon indicating copy to clipboard operation
vim-easymotion copied to clipboard

disable <leader><leader> default binding

Open ds2606 opened this issue 2 years ago • 1 comments

I don't want easymotion to make any bindings for me, I'd rather define all bindings on my own. Most vim plugins have a 'disable default bindings' option. Is there one for easymotion? If so, I can't find it in the documentation.

ds2606 avatar Mar 31 '22 04:03 ds2606

let g:EasyMotion_do_mapping = 0

lygamac avatar May 22 '22 21:05 lygamac