Skip to content
jgart edited this page Sep 14, 2021 · 19 revisions

How do I wrap text to 80 columns?

Using command mode, pipe selected text into fold or wrap:

:| fold -w 80 -s

:| wrap -w 80

Clone this wiki locally