Skip to content

Comment on Pasting in command line Vim doesn't have to suck

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.