1
vote
1answer
658 views
How do you enable word wrap in vim when printing
I wanted to print a simple text document and make sure words wrap on word boundaries. I tried both
set linebreak
and
set wrap
…
