After being annoyed by the behavior of the "+gP command in Vim, I decided to look in the help documentation for how to paste after the cursor rather than before.
It turns out to be very simple, from the help:
["x]gP Just like "P", but leave the cursor just after the new
text. {not in Vi}
versus:
["x]gp Just like "p", but leave the cursor just after the new
text. {not in Vi}
Now I just need to retrain my brain to use a lowercase p.



