diff options
author | Luke Smith <Luke Smith> | 2022-06-21 12:59:23 -0400 |
---|---|---|
committer | Luke Smith <Luke Smith> | 2022-06-21 12:59:23 -0400 |
commit | ef8cda91cf58be7eec314b4752a4085f4afbec3a (patch) | |
tree | dac0dd7b272e79ce993078e340756b3c1a6f993d | |
parent | 05b9680e20a31e9643b32a1ab0a9b773d7f34430 (diff) |
fix #792, fix #820
-rw-r--r-- | share/mutt-wizard.muttrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index 3cefeeb..4df16a4 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -57,8 +57,10 @@ bind index,query <space> tag-entry macro browser h '<change-dir><kill-line>..<enter>' "Go to parent folder" bind index,pager H view-raw-message bind browser l select-entry -bind pager,browser gg top-page -bind pager,browser G bottom-page +bind browser gg top-page +bind browser G bottom-page +bind pager gg top +bind pager G bottom bind index,pager,browser d half-down bind index,pager,browser u half-up bind index,pager S sync-mailbox |