junegunn / vim-peekaboo

:eyes: " / @ / CTRL-R
1.13k stars 39 forks source link

neovim: i_CTRL-r at end of line broken #37

Closed blueyed closed 7 years ago

blueyed commented 8 years ago

I've noticed that with Neovim, (e.g. <c-r>*) in insert mode at the end of line will insert the register not at the end, but one character before it.

foo_
=> fobar_o

Can you confirm this?

junegunn commented 8 years ago

Hmm, yeah, I can see that happens, but strangely, not always. On some lines it just works fine. Not sure what makes the difference.

vbauerster commented 7 years ago

Could this help? CTRL-\ CTRL-O like CTRL-O but don't move the cursor i_CTRL-\_CTRL-O

blueyed commented 7 years ago

Sounds good. Reminded me of https://github.com/neovim/neovim/issues/5805, also unrelated probably.

blueyed commented 7 years ago

As for me, I am not using peekaboo currently anymore, so feel free to close it.

junegunn commented 7 years ago

@vbauerster Thanks for the nice suggestion. Fixed it.