Comment on Pasting in command line Vim doesn't have to suckparentComments−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
Thanks for the tip! I also learned you can do:
:a! <paste like normal> <C-c>
and that will paste with properly formatted text.