drracket-vim-tool icon indicating copy to clipboard operation
drracket-vim-tool copied to clipboard

Pasting should move cursor to end of pasted text.

Open LeifAndersen opened this issue 9 years ago • 3 comments

If I past text into vim, the cursor should move to the end of where the paste happened. Currently the cursor stays in the same place after pastes.

LeifAndersen avatar Feb 25 '16 23:02 LeifAndersen

I haven't been able to reproduce this. Do you have an example?

takikawa avatar Mar 01 '16 23:03 takikawa

It looks like this behavior is only broken when pasting something from visual line select.

LeifAndersen avatar Mar 02 '16 22:03 LeifAndersen

If I write a line of text, copy it with yy, and then paste repeatedly with p, my cursor stays at the top line so it's pasting to the second line instead of the bottom of the text.

Soundtoxin avatar Jan 26 '19 03:01 Soundtoxin