summaryrefslogtreecommitdiff
path: root/mutt/muttrc
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2026-03-15 20:56:46 -0400
committerJake Koroman <jake@jakekoroman.com>2026-03-15 20:56:46 -0400
commit9ef5ee69e08bfe0ca655b73be8a7564b0449b5d0 (patch)
treea0ac67e95ca2d083c0fe5484c2dd9a8efd538df6 /mutt/muttrc
parent843594d0fae0e880568ea5418fb98fe042451e71 (diff)
update mutt config.HEADmaster
Diffstat (limited to 'mutt/muttrc')
-rw-r--r--mutt/muttrc16
1 files changed, 11 insertions, 5 deletions
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 <space> 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 <space> 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 "<change-folder>=INBOX<enter>" "go to inbox"
macro index,pager Mi ";<save-message>=INBOX<enter>" "move mail to inbox"
macro index,pager Ci ";<copy-message>=INBOX<enter>" "copy mail to inbox"