diff options
author | Sebastian Reichel <sre@ring0.de> | 2015-12-06 09:51:50 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2015-12-06 09:51:50 +0100 |
commit | 9919f4bdd01e9fe3134cf261fdbe8430573969c9 (patch) | |
tree | 3986c4968cc8f2297d828102879734636b34b4fc | |
parent | d62d9c50572e74117584545ecfee2ba319ccf326 (diff) | |
download | mutt-config-9919f4bdd01e9fe3134cf261fdbe8430573969c9.tar.bz2 |
add keybinding 'y' for marking thread as read + jump to next unread
-rw-r--r-- | config/keys | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/keys b/config/keys index aaa82da..4fe1a32 100644 --- a/config/keys +++ b/config/keys @@ -20,3 +20,5 @@ bind compose f edit-from bind index <Esc>f followup-message bind index F forward-message bind index f flag-message + +macro index y '<read-thread><previous-thread><next-unread>' |