This repository has been archived on 2021-02-16. You can view files and clone it, but cannot push or open issues or pull requests.
mutt/keys.muttrc

56 lines
5.7 KiB
Plaintext

bind editor ^T complete
bind editor <tab> complete-query
bind editor <space> noop
bind attach <space> view-mailcap
bind generic,compose,attach,pager,index i noop
bind generic,compose,attach,pager,index q noop
bind generic,compose,attach,pager x exit
bind index x noop
bind index ZZ quit
bind generic,index,pager \CJ sidebar-next
bind generic,index,pager \CK sidebar-prev
bind generic,index,pager \CO sidebar-open
bind generic,pager,index <tab> sidebar-toggle-visible
bind index K previous-entry
bind index J next-entry
bind attach g noop
bind pager g noop
bind index d noop
bind index g noop
bind attach,browser,index gg first-entry
bind attach,browser,index G last-entry
bind pager gg top
bind pager G bottom
bind pager k previous-line
bind pager j next-line
bind attach,browser,pager,index \CF next-page
bind attach,browser,pager,index \CB previous-page
bind attach,browser,pager,index \Cu half-up
bind attach,browser,pager,index \Cd half-down
bind browser,pager \Ce next-line
bind browser,pager \Cy previous-line
bind index \Ce next-line
bind index \Cy previous-line
bind pager,index dd delete-message
bind browser,pager,index N search-opposite
bind pager,index dT delete-thread
bind pager,index dt delete-subthread
bind pager,index gt next-thread
bind pager,index gT previous-thread
bind index za collapse-thread
bind index zA collapse-all
bind index,pager s noop
bind index,pager sC save-message
macro index <F5> "<shell-escape>mbsync -a<enter>" "Sync mails"