dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit fd1f75d32aeaeb91a1693573fe4c90eff4e78c63
parent 5d151638ffdd0ff67f403951e834975a6e9717ce
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon, 30 Aug 2021 15:18:01 +0200

mutt: binding for reply in pager mode

Diffstat:
Mmutt/muttrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mutt/muttrc b/mutt/muttrc @@ -83,7 +83,6 @@ bind pager K previous-entry bind pager g noop bind pager gg top bind pager G bottom -bind pager R group-reply macro index,pager,attach,compose U "\ <enter-command> set my_pipe_decode=\$pipe_decode pipe_decode<Enter>\ @@ -114,7 +113,8 @@ bind index p recall-message bind index g noop bind index gg first-entry bind index G last-entry -bind index R group-reply +bind index,pager R group-reply +bind index,pager r reply bind index <space> collapse-thread bind generic,index j next-entry bind generic,index k previous-entry