From 38199bfa202d3f00d9c56d6acfa27d6f70b0b47e Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 3 Aug 2021 15:19:28 +0100 Subject: nits --- notmuch.org | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'notmuch.org') 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 -- cgit v1.2.3