18 lines
474 B
Plaintext
18 lines
474 B
Plaintext
bind pager j next-line
|
|
bind pager k previous-line
|
|
bind pager h next-undeleted
|
|
bind pager l previous-undeleted
|
|
bind attach,index,pager \CD next-page
|
|
bind attach,index,pager \CU previous-page
|
|
bind pager gg top
|
|
bind pager G bottom
|
|
bind attach,index gg first-entry
|
|
bind attach,index G last-entry
|
|
|
|
bind index,pager,attach,compose H "display-toggle-weed"
|
|
bind index w mail
|
|
|
|
macro index S "<shell-escape>mbsync -Va<enter>" "Synchronize mailbox with mbsync"
|
|
|
|
# vim: ft=muttrc
|