I'm facing a simple problem with Vim : I would like to copy a word and then cut another to paste the first in the 2nd place
For example :
Platea, integer nisi velit!
I would like to transform it to :
Platea, integer nisi integer!
How can i make it the easiest way ?
If i copy integer with y
and then cut velit with d
i can't copy the first word anymore, the buffer contains velit ...