commit 7aa21b7a42033467aa45e9f11c27a75329426ca7
parent 90ddf7943e6b8fecef3d1ccd8d504f54cd89d144
Author: Alex Balgavy <alex@balgavy.eu>
Date: Thu, 8 Jul 2021 22:45:53 +0200
neomutt: bind J/K in pager mode
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/mutt/muttrc b/mutt/muttrc
@@ -78,6 +78,8 @@ alternative_order text/plain text/enriched text/html
bind pager k previous-line
bind pager j next-line
+bind pager J next-entry
+bind pager K previous-entry
bind pager g noop
bind pager gg top
bind pager G bottom