summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-08-03 15:19:28 +0100
committerjao <jao@gnu.org>2021-08-03 15:19:28 +0100
commit38199bfa202d3f00d9c56d6acfa27d6f70b0b47e (patch)
tree06884fa892ee92d38798388c84cee59ce159d52e /notmuch.org
parent199b0e9dd5b33c2a06b9cf88695994c9d608dee9 (diff)
downloadelibs-38199bfa202d3f00d9c56d6acfa27d6f70b0b47e.tar.gz
elibs-38199bfa202d3f00d9c56d6acfa27d6f70b0b47e.tar.bz2
nits
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org13
1 files changed, 9 insertions, 4 deletions
diff --git a/notmuch.org b/notmuch.org
index 1e921bc..eaf488e 100644
--- a/notmuch.org
+++ b/notmuch.org
@@ -267,22 +267,27 @@
(add-hook 'notmuch-show-hook #'jao-notmuch--adjust-header)
:bind (:map notmuch-tree-mode-map
- (("." . jao-notmuch-toggle-mime-parts)
- ("C" . jao-notmuch-echo-count)
+ (("C" . jao-notmuch-echo-count)
("d" . jao-notmuch-tree-delete-message)
("D" . jao-notmuch-tree-delete-thread)
("h" . jao-notmuch-goto-message-buffer)
("H" . jao-notmuch-click-message-buffer)
("i" . jao-notmuch-show-images)
- ("k" . jao-notmuch-tag-jump-and-next)
- ("K" . jao-notmuch-tree-read-thread)
+ ("K" . jao-notmuch-tag-jump-and-next)
+ ("k" . jao-notmuch-tree-read-thread)
("M" . jao-notmuch-move-message)
("n" . jao-notmuch-tree-next)
+ ("O" . notmuch-tree-toggle-order)
+ ("o" . jao-notmuch-tree-widen-search)
("s" . jao-notmuch-tree-spam)
("u" . jao-notmuch-tree-flag)
("v" . notmuch-tree-scroll-message-window)
("V" . notmuch-tree-scroll-message-window-back)
+ ("<" . jao-notmuch-tree-beginning-of-buffer)
+ (">" . jao-notmuch-tree-end-of-buffer)
("/" . notmuch-tree-view-raw-message)
+ ("." . jao-notmuch-toggle-mime-parts)
+ ("=" . jao-notmuch-tree-toggle-message)
("RET" . jao-notmuch-tree-show-or-scroll)
("SPC" . jao-notmuch-tree-scroll-or-next))
:map notmuch-show-mode-map