vim-easymotion
vim-easymotion copied to clipboard
disable <leader><leader> default binding
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.
let g:EasyMotion_do_mapping = 0