Tagged Questions
5
votes
3answers
693 views
Vim: word wrap for documents
Whats the best way to do word wrapping for a document in vim?
I'd like have each line wrap at 80 characters, not just visually wrap but enter a newline.
I got this kind of working by using
:set wrap
...