10+ year user, learned today how to easy swap two selected sections
This is so simple I feel dumb for not seeing it earlier.
visual mode select one part of text then d for delete
visual mode select the text you want it to replace then p for paste
go back to the original location and hit p for paste
that's it. Deleting the text places it in the register so you have it available in step 2. Replacing the text places it into the register, so you have it available in step 3.
For a decade plus I was adding extra steps like hitting Y or trying to avoid deleting the text so I have it available after I added the other, etc.
How many hours have I lost to not knowing this simple trick