From 9c7b1267942f1c4b11d86f3fe3275ae7fd0d7eb7 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 26 Nov 2023 02:01:07 +0000 Subject: notmuch-show: r/R keybinding as in notmuch-tree --- custom/jao-custom-notmuch.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 6f8c8ef..03d7e63 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -395,6 +395,8 @@ :bind (:map notmuch-show-mode-map (("h" . jao-notmuch-goto-tree-buffer) + ("r" . notmuch-show-reply) + ("R" . notmuch-show-reply-sender) ("TAB" . jao-notmuch-show-next-button) ([backtab] . jao-notmuch-show-previous-button) ("RET" . jao-notmuch-show-ret)))) -- cgit v1.2.3