Vim Things
A collection of vim
-related things I have found myself looking up more than once.
Text Wrap at 80 Chars
To set the width:
:set textwidth=80
To format existing text, select it and then:
gq
A collection of vim
-related things I have found myself looking up more than once.
To set the width:
:set textwidth=80
To format existing text, select it and then:
gq