« Mutt » : différence entre les versions

De Disposition de clavier bépo
Aucun résumé des modifications
(Catégorisation)
Ligne 30 : Ligne 30 :
####################
####################
</source>
</source>
[[Catégorie:Logiciels]]

Version du 2 novembre 2013 à 12:06

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 t next-entry
bind generic,index s previous-entry
bind browser T next-entry
bind 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
####################