darren chamberlain [mutt-users] <28/06/01 09:44 -0400>: > My solution to this problem (using vim) is a little twisted. I > have my standard .vimrc with all my normal preferences, but in my > muttrc I have: > set editor="vim -u ~/.mutt/vimrc -c ':0;/^$'" I use something a bit more extensive set editor="/usr/bin/vim +':set textwidth=77' +':set wrap' +\`awk '/^$/ {print i+2; exit} {i++}' %s\` %s" It automatically wraps things as I type ... -suresh
- Re: size of lines darren chamberlain
- Suresh Ramasubramanian