dotfiles

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

commit b457865e7a519920922b2dbff2b401d2b7cce73b
parent 6e57e300d3531e1b1195ff5c214c35078b8b84be
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed, 18 Nov 2020 11:52:39 +0100

mutt: make j/k generic next/prev-entry

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

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