easymotion / vim-easymotion

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

easymotion-sn problematic from insert mode #400

Open eyalk5 opened 5 years ago

eyalk5 commented 5 years ago

Hi, I tried to do <c-o> and then easy-motion-sn

imap <c-s> <c-o><Plug>(easymotion-sn)

I get to the right place but it puts a text from one of the registers afterwards. Do you happen to know why?