On 2018-03-13 20:50:20, Erik Christiansen wrote:
> On 13.03.18 10:09, andreas.muel...@biologie.uni-osnabrueck.de wrote:
> >   can I switch the editor key bindings to the vi style ?
> There is better than that - you can use vim as the mutt editor, with
> this line in ~/.muttrc:
> 
> set editor=vim

You also may want to use a mutt-dedicated vim configuration, like I do:

----
set editor="/usr/bin/vim -c ~/.mutt/vimrc"
----

My ~/.mutt/vimrc looks like this:

----
syntax on
set background=dark
set showcmd
set showmatch
set tabstop=4
set sw=4
set expandtab
set ft=mail
set tw=80
----

-- 
Marco Dickert
ma...@misterunknown.de
https://misterunknown.de

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to