diff options
Diffstat (limited to 'mutt')
| -rw-r--r-- | mutt/muttrc | 16 |
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" |
