From e662013059ee6a0801499b962f6681a1bde998dc Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 26 Jul 2021 02:25:44 +0100 Subject: notmuch: url navigation with w3m rendering --- notmuch.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'notmuch.org') 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 -- cgit v1.2.3