On Fri, Jul 12, 2002 at 11:00:42AM -0500, Dave Goodrich wrote: > > I added this to my .muttrc and it works perfectly. > > set editor="vim -u $HOME/.vimrc -c ':set textwidth=74 wrapmargin=4'"
Another way to do it is to have a separate .vimrc for mutt-purposes. I source my original vimrc, and keep my mutt .vimrc in the $HOME/.mutt/ directory (along with all other mutt configuration -- I have a bunch of mail-specific macros/bindings set up in vim and specifying those on the "set editor=" command line would be hell). /db