From 08fabe62696da924e2bfe994e8cb1a1f4325c372 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 1 Sep 2021 01:44:14 +0100 Subject: jao-notmuch: recovering tab/ret in show mode --- notmuch.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'notmuch.org') diff --git a/notmuch.org b/notmuch.org index 0cb6261..a0af9b5 100644 --- a/notmuch.org +++ b/notmuch.org @@ -272,7 +272,10 @@ :bind (:map notmuch-show-mode-map - (("h" . jao-notmuch-goto-tree-buffer)))) + (("h" . jao-notmuch-goto-tree-buffer) + ("TAB" . jao-notmuch-show-next-button) + ("S-TAB" . jao-notmuch-show-previous-button) + ("RET" . jao-notmuch-show-ret)))) #+end_src * search -- cgit v1.2.3