I'd like to change the default (and stupid) behavior of pasting text in visual mode. Here's the current steps and behavior:
- Copy any arbitrary text (let's call this "text A")
- Select any other text in visual mode (let's call this "text B")
- While selected, press "p" to replace "text B" with "text A"
- Press "p" again somewhere else. The result is "text B" gets pasted.
I want step 4 to result in "text A".
In other words, I want pasting in visual mode to preserve my copied text so I can continue pasting it, and not overwrite it with whatever got replaced.