Tech notes
Tuesday, October 14, 2014
How to paste into vim from external buffer without broking formatting
When I paste to vim some text from external buffer, e.g. using Ctrl-Shift-V in a terminal, the formatting is often broken. Use:
:set paste
Then paste the text. When you are done:
:set nopaste
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)