Subject: Re: NetBSD-friendly ISP's?
To: None <seebs@plethora.net>
From: Simon Burge <simonb@netbsd.org>
List: netbsd-help
Date: 04/17/1999 02:18:00
seebs@plethora.net wrote:

> In message <FA8rzB.A9A@tac.nyc.ny.us>, Christos Zoulas writes:
> >map some key to 1,$!fmt

My favourite is:

	map * {!}par^M}j

"par" is a fmt-type paragraph reformatter in our pkgsrc tree, and with
that mapping typing '*' will format the current paragraph and leave you
on the first line of the next one.  The only small annoyance is that if
you are at the last paragraph, you'll get a beep when the 'j' can't move
any further.

Simon.