From 9271f8bdf1ed7fbc30fe4ba463b8d7950ebe7884 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 17 May 2020 22:42:28 +1200 Subject: Swap j/k and J/K in Mutt The former's default bindings don't allow selecting deleted messages, which seems less intuitive to me. --- mutt/muttrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mutt/muttrc b/mutt/muttrc index eb987699..032de0cf 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -125,6 +125,12 @@ bind generic,index,browser,pager \Cb previous-page # Turn off annoying mailbox lock feature bind index '%' noop +# Swap j/k (next/prev undeleted) with J/K (next/prev item) +bind index j next-entry +bind index k previous-entry +bind index J next-undeleted +bind index K previous-undeleted + # Shortcuts to jump to mailboxes macro generic,index,browser,pager gi \ '!' \ -- cgit v1.2.3