Better mutt keybindings for moving around

main
Steffen Rademacker 7 years ago
parent 387af55664
commit 9435cee7c5

@ -1,16 +1,24 @@
# some keybindings
bind index gg first-entry
bind index G last-entry
bind index R group-reply
bind index <tab> sync-mailbox
bind index <space> collapse-thread
bind index g noop
bind index gg first-entry
bind index G last-entry
bind pager k previous-entry
bind pager j next-entry
bind index R group-reply
bind index <tab> sync-mailbox
bind index <space> collapse-thread
bind index \Cu half-up
bind index \Cd half-down
# pager Key Bindings
bind pager k previous-line
bind pager j next-line
bind pager k previous-entry
bind pager j next-entry
bind pager g noop
bind pager gg top
bind pager G bottom
bind pager R group-reply
bind pager G bottom
bind pager R group-reply
bind pager \Cu half-up
bind pager \Cd half-down
# View attachments properly.
bind attach <return> view-mailcap

Loading…
Cancel
Save