diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-03-01 16:29:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-01 16:29:09 +0000 |
commit | 5b6b71de5f1a7b02e92f2b23bc219c409a6a8e02 (patch) | |
tree | 8c98a8e134485de7b56eaedd5e97c999f4f5375c | |
parent | 74a484885e7e2e3d52e1f96a61467ab456366739 (diff) | |
parent | a2edd469c27a27ba67d2629ea401a3d799836bce (diff) |
Merge pull request #23 from drmtmych/upstream
muttrc: some minor customizations
-rw-r--r-- | muttrc | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -13,7 +13,8 @@ set timeout = "5" set mail_check = "10" set mailcap_path = ~/.config/mutt/etc/mailcap set date_format="%m/%d %I:%M" -set index_format="%2C %Z %D %-15.15F %s (%-4.4c)" +set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" +set forward_format = "Fwd: %s" set markers = no set mark_old = no set mime_forward = yes @@ -25,6 +26,12 @@ alternative_order text/plain text/enriched text/html bind editor <space> noop bind index G last-entry bind index gg first-entry +bind pager j next-line +bind pager k previous-line +bind attach,index,pager \CD next-page +bind attach,index,pager \CU previous-page +bind pager gg top +bind pager G bottom bind index d half-down bind index u half-up bind index D delete-message |