Comment on Pasting in command line Vim doesn't have to suckComments−bingaman15yOn a mac, you can use :r !pbpasteIf you're ssh'd somewhere it's a different story. I've seen some things about sharing clipboards across shells, but I've never bothered to set it up.Also, copy-pasta makes for bad code.−joefioriniOP15yThanks for the tip! I also learned you can do::a! <paste like normal> <C-c>and that will paste with properly formatted text.
Comments
On a mac, you can use :r !pbpaste
If you're ssh'd somewhere it's a different story. I've seen some things about sharing clipboards across shells, but I've never bothered to set it up.
Also, copy-pasta makes for bad code.
Thanks for the tip! I also learned you can do:
:a! <paste like normal> <C-c>
and that will paste with properly formatted text.