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 65a2b70269692eacea3565ff1402bc9afbe963bf
parent ba509002382694dce9c53284994b4586865f5eb7
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 17 Jan 2020 10:18:43 +0100

Bind reverse search to ?

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

diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -133,6 +133,9 @@ bind index <tab> sync-mailbox bind index B search-opposite bind index S sort-mailbox +bind index <F2> help +bind index ? search-reverse + macro index M "T~N<enter>;WNT~O<enter>;WO\CT~T<enter>" "Mark all messages as read" macro index \ f "l~F<enter>" "Show only flagged messages"