Last Updated: February 25, 2016
·
813
· trunks

Rewrapping a whole document with vim

:set tw=80 ; Here you have to config the linesize you want to rewrap the document
ggVGgw ; Go to the start of the document, select the whole content, and make a rewrap