Mutt

De Disposition de clavier bépo

Mutt est un client mail écrit en Ncurses. Pour avoir des raccourcis de déplacement « à la vim », vous pouvez ajouter dans votre ~/.muttrc (et éventuellement adapter) les lignes suivantes :

###################
## bépo
bind browser,attach t next-entry
bind browser,attach s previous-entry
bind index t next-undeleted
bind index s previous-undeleted
bind generic,index,browser T next-entry
bind generic,index,browser S previous-entry
bind pager t next-line
bind pager s previous-line
bind index,attach j tag-entry
bind index J tag-pattern
bind index ^J untag-pattern
bind index <Esc>j tag-thread
bind pager,index k save-message
bind attach,pager c exit
bind browser c previous-page
macro index c "y"
bind browser r select-entry
bind index r display-message
bind pager r view-attachments
bind attach r view-attach
bind attach k save-entry
bind index,pager,attach , reply
####################