|
|
|
@ -2,10 +2,14 @@ |
|
|
|
# GENERAL # |
|
|
|
########### |
|
|
|
bind index,pager N search-opposite |
|
|
|
bind index,pager \Cu half-up |
|
|
|
bind index,pager \Cd half-down |
|
|
|
bind index,pager g noop # required to define multikeys binds |
|
|
|
bind generic,index,pager \Cu half-up |
|
|
|
bind generic,index,pager \Cd half-down |
|
|
|
bind generic,index,pager g noop # required to define multikeys binds |
|
|
|
bind generic,index gg first-entry |
|
|
|
bind generic,index G last-entry |
|
|
|
|
|
|
|
bind index,pager <tab> sync-mailbox |
|
|
|
|
|
|
|
macro index,pager ga "<shell-escape>mailsync<enter>" "Sync all IMAP mailboxes" |
|
|
|
|
|
|
|
########### |
|
|
|
@ -21,8 +25,6 @@ bind index,pager B sidebar-toggle-visible # Toggle sidebar |
|
|
|
######### |
|
|
|
# INDEX # |
|
|
|
######### |
|
|
|
bind index gg first-entry |
|
|
|
bind index G last-entry |
|
|
|
bind index h noop # display-toggle-weed is rubbish in index view |
|
|
|
bind index l display-message |
|
|
|
bind index p recall-message |
|
|
|
@ -57,8 +59,7 @@ macro pager gu "<pipe-message> urlscan <enter>" |
|
|
|
########## |
|
|
|
# ATTACH # |
|
|
|
########## |
|
|
|
# http://stevelosh.com/blog/2012/10/the-homely-mutt/ |
|
|
|
bind attach l view-mailcap |
|
|
|
bind attach l view-text # Force viewing as text |
|
|
|
|
|
|
|
########### |
|
|
|
# NOTMUCH # |
|
|
|
@ -82,7 +83,7 @@ bind compose P pgp-menu |
|
|
|
########### |
|
|
|
# Browser # |
|
|
|
########### |
|
|
|
bind browser l select-entry |
|
|
|
bind browser l descend-directory |
|
|
|
bind browser h goto-parent |
|
|
|
|
|
|
|
# vim: syntax=neomuttrc |
|
|
|
|