dotfiles

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

commit a14843bdc71106ae88c73693fddf2a3050c591fd
parent bef9c0a5054a928d27ab77af4f7a439f0e390b3f
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Thu, 12 Nov 2020 11:06:05 +0100

mutt: fix j/k on attachments

Former-commit-id: 76ccb5ba0e36453e2abf07fe6692d9f06b0e1b7a
Diffstat:
Mmutt/muttrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mutt/muttrc b/mutt/muttrc @@ -94,8 +94,8 @@ set forward_quote # include message in forwards bind attach <return> view-mailcap bind attach l view-mailcap -bind index j next-entry -bind index k previous-entry +bind index,attach j next-entry +bind index,attach k previous-entry bind attach <return> view-mailcap bind attach l view-mailcap bind editor <space> noop