From 9ef5ee69e08bfe0ca655b73be8a7564b0449b5d0 Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Sun, 15 Mar 2026 20:56:46 -0400 Subject: update mutt config. --- mutt/muttrc | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'mutt') diff --git a/mutt/muttrc b/mutt/muttrc index 429f89e..d06d18a 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -24,25 +24,28 @@ set postponed = +Drafts set trash = +Trash set record = +Sent +bind index j noop +bind index k noop +bind index J noop +bind index K noop +bind index noop + bind index,pager x noop bind index,pager Q exit bind index g noop bind index gg first-entry bind index G last-entry +bind index tag-entry bind index e next-entry bind index i previous-entry bind index o display-message bind index s sort-mailbox +bind index k toggle-read # only show unread bind index ^U previous-page bind index ^D next-page -bind index j noop -bind index k noop -bind index J noop -bind index K noop - bind pager e next-page bind pager i previous-page bind pager E next-entry @@ -54,6 +57,9 @@ bind pager g noop bind index M noop bind index,pager C noop +bind pager n exit +bind pager k search-next + macro index,pager gi "=INBOX" "go to inbox" macro index,pager Mi ";=INBOX" "move mail to inbox" macro index,pager Ci ";=INBOX" "copy mail to inbox" -- cgit v1.2.3