« Mutt » : différence entre les versions
mAucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 4 : | Ligne 4 : | ||
################### | ################### | ||
## bépo | ## bépo | ||
bind generic,index,browser | bind browser,attach t next-entry | ||
bind generic,index,browser | 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 t next-line | ||
bind pager s previous-line | bind pager s previous-line | ||
bind index j tag-entry | bind index,attach j tag-entry | ||
bind index J tag-pattern | bind index J tag-pattern | ||
bind index ^J untag-pattern | |||
bind index <Esc>j tag-thread | |||
bind pager,index k save-message | bind pager,index k save-message | ||
bind attach,pager c exit | bind attach,pager c exit | ||
Ligne 18 : | Ligne 24 : | ||
bind pager r view-attachments | bind pager r view-attachments | ||
bind attach r view-attach | bind attach r view-attach | ||
bind attach k save-entry | |||
bind index,pager,attach , reply | bind index,pager,attach , reply | ||
#################### | #################### | ||
</source> | </source> |
Version du 9 octobre 2009 à 18:50
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
####################