diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-21 07:41:07 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-21 07:41:07 -0400 |
commit | cb404dfe7cc98e955cedc1753efac494a60a3ec6 (patch) | |
tree | 0f6c92f47d84e81bbeb6b4f77910a2a037deef84 /muttrc | |
parent | ecac90af2d86e41df18a1acfa97471e09c01b7e4 (diff) |
h/l to enter/exit mail/attach
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |