On Tue, Nov 24, 1998 at 03:08:13PM +0000, Dave Swegen wrote: > I'm currently using pico as the composer for mutt, but would like to > switch to vim. Problem is that I have vim setup for programming in .vimrc, > and need different settings for mail composition. So how do I go about > telling vim to use a different vimrc when called from mutt? try. in Your ~/.muttrc
set editor="vim -u {vimMuttrc}" where vimMuttrc is Your mutt-specific File bound vim to Your mutt-like-commands -- Cheers Peter