diff options
author | jao <jao@gnu.org> | 2023-11-26 02:01:07 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2023-11-26 02:01:07 +0000 |
commit | 9c7b1267942f1c4b11d86f3fe3275ae7fd0d7eb7 (patch) | |
tree | 95fcdbf3361c0077cd8e928cb7d05a1cdc00cbec /custom | |
parent | 8ca6d8bf94f4e8418d8ceb1143a2b06e4f714278 (diff) | |
download | elibs-9c7b1267942f1c4b11d86f3fe3275ae7fd0d7eb7.tar.gz elibs-9c7b1267942f1c4b11d86f3fe3275ae7fd0d7eb7.tar.bz2 |
notmuch-show: r/R keybinding as in notmuch-tree
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-notmuch.el | 2 |
1 files changed, 2 insertions, 0 deletions
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)))) |