[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 6502 Multitasking OS announce
In article <4is1qc$mk0@columbia.acc.brad.ac.uk>, cdahello@comp.brad.ac.uk (xian the desk lisard) writes:
|> PLEASE don't go over about 75 columns!!! i have to edit the
|> paragraphs by hand if they don't fit. it's what has to be done in
|> vi...
I agree that it's annoying to run into folks who can't generate
appropriately-formatted posts, but it's not at all hard for you to
fix. Just do this in vi to reformat the current file:
!$fmt
Or you can bind a useless key to "reformat paragraph":
:map q !}fmt^M}
(Note that the ^M should be a CTRL-M; type it in vi by typing CTRL-V
CTRL-M. You can put this in your ~/.exrc so that it's always available
by just omitting the leading ":".)
--
James Carlson <carlson@xylogics.com> Tel: +1 617 272 8140
Annex Interface Development / Xylogics, Inc. +1 800 225 3317
53 Third Avenue / Burlington MA 01803-4491 Fax: +1 617 272 2618