mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit 042a0d2b4c66627a1f600000667df340261e1b1c
parent 6e6c3b0e5dd4a47d638d92ea3a56c951ab05f6c7
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Sun,  7 Oct 2018 15:55:50 -0400

mouse wheel bindings added

Diffstat:
Mmuttrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/muttrc b/muttrc @@ -39,6 +39,8 @@ bind index D delete-message bind index U undelete-message bind index F search bind index,pager R group-reply +bind index,pager \031 previous-undeleted # Mouse wheel +bind index,pager \005 next-undeleted # Mouse wheel macro index,pager S <sync-mailbox> macro index,pager \Cu |urlscan\n macro index,pager ,, |urlscan\n