diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-24 16:35:33 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-24 16:35:33 +0100 |
commit | 0dcad8fb751f1758b5ae5288d299afc3b0323546 (patch) | |
tree | 7d6fe3250cfb05e46c005c608d60193f1307f1b4 | |
parent | cd87a9ecf54783a32a445af9b7cedc44270b3930 (diff) |
make `N` go to previous search match in mutt
-rw-r--r-- | .config/neomutt/neomuttrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index f363153..f0950ac 100644 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -26,6 +26,7 @@ mailboxes +Inbox +Drafts +Junk +Sent +Trash +Archive # keybinds macro index,pager A "<save-message>=Archive<enter>" "Archive Message" +bind index,pager N search-opposite # contacts set alias_file = "~/.config/neomutt/aliases" |