From d62bd902a063ef371ed63dcd017a6b8748d256f5 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Thu, 24 Nov 2022 09:20:05 +0100 Subject: [PATCH] [mail] feat: keymaps to next- or previous-new mail --- .config/neomutt/maps | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/neomutt/maps b/.config/neomutt/maps index 3df953c..7088d5d 100644 --- a/.config/neomutt/maps +++ b/.config/neomutt/maps @@ -13,6 +13,8 @@ macro index,pager im 'source $XDG_CONFIG_HOME/neomu # General rebindings bind index j next-entry bind index k previous-entry +bind index J next-new +bind index K previous-new bind attach view-mailcap bind attach l view-mailcap bind editor noop