summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-07-26 02:25:44 +0100
committerjao <jao@gnu.org>2021-07-26 02:25:44 +0100
commite662013059ee6a0801499b962f6681a1bde998dc (patch)
treeabb17fe12898ea39f71afa22e3edbbb668387094 /notmuch.org
parentdbb475ebfb7ef4a9b21e7174eeb9242db362c503 (diff)
downloadelibs-e662013059ee6a0801499b962f6681a1bde998dc.tar.gz
elibs-e662013059ee6a0801499b962f6681a1bde998dc.tar.bz2
notmuch: url navigation with w3m rendering
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