dotfiles

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

commit 08e1df9911f020ac303e339342564593a76cf94f
parent 19df78ab1775a1adaeacbe63dde8f4f00a16f702
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed, 18 Nov 2020 13:35:16 +0100

mutt: j/k should go to entries regardless of deletion

Former-commit-id: a7ad029800a8e27020afbc46d34eb616ce66e5a9
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 generic j next-entry -bind generic k previous-entry +bind generic,index j next-entry +bind generic,index k previous-entry bind attach <return> view-mailcap bind attach l view-mailcap bind editor <space> noop