dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 50f9a18f2b341e55f7b7fa89c8dba1ace9ea563f
parent 9d0f1ad15725a0c1e41809b46e7422d7a833eeb2
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 13 Feb 2020 15:41:12 +0100

Bind [ and ] for navigating between new mutt entries

Diffstat:
M.config/mutt/muttrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -124,6 +124,8 @@ bind attach,index,browser gg first-entry bind attach,index,browser G last-entry bind pager gg top bind pager G bottom +bind index,pager ] next-new-then-unread +bind index,pager [ previous-new-then-unread bind attach,index,pager,browser \CD next-page bind attach,index,pager,browser \CU previous-page