Someone showed me how to do this before but I can't figure out what it was now.
I know about :set paste
but this is not the problem.
Use "*p
or "*P
to paste from the system clipboard instantly.
Vim must be compiled with +clipboard
for this to work.
See :help clipboard
for more information.