6 ms·
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 neve
by bingaman 15y ago
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.
- joefiorini 15y agoThanks for the tip! I also learned you can do: :a! <paste like normal> <C-c> and that will paste with properly formatted text.