summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-09-01 01:44:14 +0100
committerjao <jao@gnu.org>2021-09-01 02:01:58 +0100
commit08fabe62696da924e2bfe994e8cb1a1f4325c372 (patch)
tree2397deb69ee5b27f5330d2805f464dc0c1380299 /notmuch.org
parent6be2c384bc0f0ab1ab47dfc26d0e73a1f94297db (diff)
downloadelibs-08fabe62696da924e2bfe994e8cb1a1f4325c372.tar.gz
elibs-08fabe62696da924e2bfe994e8cb1a1f4325c372.tar.bz2
jao-notmuch: recovering tab/ret in show mode
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org5
1 files changed, 4 insertions, 1 deletions
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