easymotion / vim-easymotion

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

map s <Plug>(easymotion-prefix) doesn't work for operator pending mode #327

Closed davidsu closed 7 years ago

davidsu commented 7 years ago

map , <Plug>(easymotion-prefix) or 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?

davidsu commented 7 years ago

My bad, I see it conflicts with surround.vim