> Date: Thu, 27 Dec 2001 11:59:46 -0500 (EST)
> From: Philip Mak <[EMAIL PROTECTED]>
> To: "Mutt Users' List" <[EMAIL PROTECTED]>
> Subject: Writing bullets/lists in vim
>
> Does anyone have a vim configuration to make writing bullets/lists easier?
> e.g. when I'm writing something like this:
>
> --- begin example ---
> 1. Pick one of the RaQs to be the DNS server.
> 2. E-mail [EMAIL PROTECTED] and ask him for an additional IP for
> that RaQ.
> 3. When you get the IP, tell me and I'll set the server to use it.
> --- end example ---
>
> it would be nice if when the line wraps while I'm typing point #2, the
> cursor starts on column 3 instead of column 0 on the second line.
Add 'n' to 'formatoptions'. IOW, put this in your .vimrc:
set fo+=n
--
FreeBSD 4.4-STABLE
7:47PM up 1 day, 6:25, 6 users, load averages: 0.00, 0.00, 0.00