I have a problem when I use the paste command (remapped to C-V) at the end of the line.
Of course it inserts a char before the last one, and not after…
However if I want to insert one after that I have to insert a space, paste the text and delete the space.
Is there a way to make Vim go to the end of the line, plus one char so I can paste quickly?
There are two paste commands in vi;
Pto paste before the cursor position andpto paste after the cursor position. Make sure you are remappingp.