Pasting a huge amount of text into vim is slow?

前端 未结 4 907
梦毁少年i
梦毁少年i 2021-01-31 03:12

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.

4条回答
  •  滥情空心
    2021-01-31 03:44

    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.

提交回复
热议问题