summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/notmuch.org b/notmuch.org
index 4f9b3ee..a36be1d 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -187,6 +187,7 @@
:bind (:map notmuch-hello-mode-map
(("a" . jao-notmuch-refresh-agenda)
("n" . widget-forward)
+ ("p" . widget-backward)
("S" . consult-notmuch)
("g" . jao-notmuch-refresh-hello)
("." . jao-notmuch-hello-first)
@@ -237,7 +238,10 @@
("RET" . jao-notmuch-tree-show-or-scroll)
("SPC" . jao-notmuch-tree-scroll-or-next))
: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))
:map notmuch-common-keymap
(("B" . jao-notmuch-browse-urls))))
#+end_src