On 18-Jun-2000, [EMAIL PROTECTED] wrote:
> In my .muttrc, I've put a line in the way to set my editor:
> set editor="vi -c 'set wrap' -c 'set textwidth=0' -c 'set linebreak'"

I personally separate my vimrc for general editing and for mail
editing. Hence in mutt I put:
set editor = "vi -u ~/.vimrc-mutt"

And in ~/.vimrc-mutt I put:

        source ~/.vimrc
        set textwidth=70
        set ts=8 sw=8 sts=0
        "del sig
        au BufRead * normal :g/^> -- $/,/^$/-1d
gg

Cheers,

        Ronny

Reply via email to