summaryrefslogtreecommitdiff
path: root/muttrc
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-04-21 07:41:07 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-04-21 07:41:07 -0400
commitcb404dfe7cc98e955cedc1753efac494a60a3ec6 (patch)
tree0f6c92f47d84e81bbeb6b4f77910a2a037deef84 /muttrc
parentecac90af2d86e41df18a1acfa97471e09c01b7e4 (diff)
h/l to enter/exit mail/attach
Diffstat (limited to 'muttrc')
-rw-r--r--muttrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/muttrc b/muttrc
index 54b42ff..e1a54a8 100644
--- a/muttrc
+++ b/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