How to do the paste without losing the clipboard content in vim

Generally, you use y to copy, p to paste. 

But when you select some parts of a text, you hit the p, you’ll lose your clipboard content. (The content would get overridden by your selection.

What you could do is to use "0p to do the paste, then if you want to paste it again, you use .