On Fri, Oct 18, 2019 at 03:12:37PM +0100, cho...@jtan.com wrote:
Alternatively is there something that would make vi do it on the fly, or something akin to emacs' C-q or vim's gq. Although I appreciate the fact that vi doesn't try to be clever.
1) select all text in visual mode (e.g with V, then gg) 2) :!fmt -w 72 disclaimer: vi is aliased to vim on my system so apologies if this doesn't work