From 6dfad86d772b35674482921b2b8aff45d02f2379 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Mon, 20 Jan 2025 17:51:29 +0100 Subject: [PATCH] mutt: Improve reply and page-movement bindings --- .config/neomutt/muttrc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.config/neomutt/muttrc b/.config/neomutt/muttrc index 6e0e4d2..7f9f18b 100644 --- a/.config/neomutt/muttrc +++ b/.config/neomutt/muttrc @@ -7,6 +7,14 @@ set date_format='%Y-%m-%d %R' # Full RFC 3339 like date in replies set attribution='On %[%F %T %z], %f wrote:' -# sort in threads with the most recent message at the top +# Sort in threads with the most recent message at the top set sort=reverse-threads set sort_aux=last-date-sent + +# Reply to all by default +bind index,pager r group-reply +bind index,pager R reply + +# Page movements instead of thread (un-)deleting +bind index \Cd half-down +bind index \Cu half-up