Closed davidsu closed 7 years ago
map , <Plug>(easymotion-prefix) or map <space> <Plug>(easymotion-prefix)
map , <Plug>(easymotion-prefix)
map <space> <Plug>(easymotion-prefix)
work fine - eg:d,w will "bring up easymotion-word" and make the deletion as intended but using s as prefixdsw won't. Am I missing something?
d,w
dsw
My bad, I see it conflicts with surround.vim
map , <Plug>(easymotion-prefix)
ormap <space> <Plug>(easymotion-prefix)
work fine - eg:
d,w
will "bring up easymotion-word" and make the deletion as intended but using s as prefixdsw
won't. Am I missing something?