easymotion / vim-easymotion

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

disable <leader><leader> default binding #477

Open ds2606 opened 2 years ago

ds2606 commented 2 years ago

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.

lygamac commented 2 years ago
let g:EasyMotion_do_mapping = 0