[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Documentation for total beginners



Matthew Dalton wrote:
> If you use vim with mutt, but also use it for other things and you don't
> want it to wrap to 72 characters for those other things, put something
> like this in your .muttrc
> 
>   set editor = "vim -c 'set tw=72'"

A cleaner method is this, in your .vimrc:

autocmd FileType mail set textwidth=72

-- 
see shy jo



Reply to: