From 453ad455cc1129e39b679145cf411c6f4be08dcc Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 4 Jan 2019 19:16:53 -0500 Subject: [PATCH] scroll down individual messages --- muttrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/muttrc b/muttrc index c40d4cf..d2f5ecc 100644 --- a/muttrc +++ b/muttrc @@ -39,8 +39,10 @@ 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 +bind index \031 previous-undeleted # Mouse wheel +bind index \005 next-undeleted # Mouse wheel +bind pager \031 previous-line # Mouse wheel +bind pager \005 next-line # Mouse wheel macro index,pager S macro index,pager \Cu |urlscan\n macro index,pager ,, |urlscan\n