vim

Pasting a huge amount of text into vim is slow?


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.


Solution

  • 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.