diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-08-06 08:13:07 -0400 | 
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-08-06 08:13:07 -0400 | 
| commit | c7a042d9ff1653e1cb9569d409be85395c6d5c07 (patch) | |
| tree | 87c4028b7c37db351a727d7e7b6f50166461e470 | |
| parent | 952cb75de3ee67695bb1f7789a7fc08141f7eff6 (diff) | |
raw message bind
| -rw-r--r-- | share/mutt-wizard.muttrc | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index bffaf9d..52dc9b5 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -45,6 +45,7 @@ bind index h noop  bind index l display-message  #bind browser h goto-parent  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 | 
