h/l to enter/exit mail/attach

This commit is contained in:
Luke Smith
2019-04-21 07:41:07 -04:00
parent ecac90af2d
commit cb404dfe7c
2 changed files with 11 additions and 5 deletions

6
muttrc

@ -27,13 +27,19 @@ bind index \Cf noop
# General rebindings
bind attach <return> view-mailcap
bind attach l view-mailcap
bind editor <space> noop
bind index G last-entry
bind index gg first-entry
bind pager,attach h exit
bind pager j next-line
bind pager k previous-line
bind pager l view-attachments
bind index D delete-message
bind index U undelete-message
bind index L limit
bind index h noop
bind index l display-message
bind browser h goto-parent
bind browser l select-entry
bind pager,browser gg top-page