diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-24 10:57:08 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-24 10:57:08 -0400 |
commit | 0fcacb049bc20dbc45c373ffb0c19e85cafe4a73 (patch) | |
tree | 5dc6c77695108becc880c20e82a4cb02a3816c11 /mutt-wizard.muttrc | |
parent | 7c06aaacb0f24c67f2591d52c186d5e2b8e6c9f0 (diff) |
d and u work same in pager too
Diffstat (limited to 'mutt-wizard.muttrc')
-rw-r--r-- | mutt-wizard.muttrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt-wizard.muttrc b/mutt-wizard.muttrc index 1ac0a09..c8b7b59 100644 --- a/mutt-wizard.muttrc +++ b/mutt-wizard.muttrc @@ -48,8 +48,8 @@ bind browser h goto-parent bind browser l select-entry bind pager,browser gg top-page bind pager,browser G bottom-page -bind index,browser d half-down -bind index,browser u half-up +bind index,pager,browser d half-down +bind index,pager,browser u half-up bind index,pager S sync-mailbox bind index,pager R group-reply bind index \031 previous-undeleted # Mouse wheel |