[mutt] vim editor modification

This commit is contained in:
Mathieu Maret 2014-03-24 17:44:42 +01:00 committed by Mathieu Maret
parent 8a0b8ce47f
commit 462145bb05
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ set postpone=ask-no
set tmpdir="~/.mutt/tmp/" set tmpdir="~/.mutt/tmp/"
set sort=threads set sort=threads
set sort_aux=mailbox-order set sort_aux=mailbox-order
set editor="vim + -c 'set ft=mail tw=80' -c ':0/^$'" #set editor="vim + -c 'set ft=mail tw=80' -c ':0/^$'"
set editor="vim"
unset metoo unset metoo
#unset confirmappend #unset confirmappend
#set help = no #set help = no