mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs/tree: add x/X bindings
Add x and X binds to notmuch-tree for functionally that we have in notmuch-show. The notmuch-tree-quit binding is somewhat redundant, since it is handled by notmuch-bury-or-kill-this-buffer which is bound to q. Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
parent
86f3cc265a
commit
374217a01a
1 changed files with 2 additions and 1 deletions
|
@ -319,7 +319,8 @@ FUNC."
|
|||
;; The main tree view bindings
|
||||
(define-key map (kbd "RET") 'notmuch-tree-show-message)
|
||||
(define-key map [mouse-1] 'notmuch-tree-show-message)
|
||||
(define-key map "x" 'notmuch-tree-quit)
|
||||
(define-key map "x" 'notmuch-tree-archive-message-then-next-or-exit)
|
||||
(define-key map "X" 'notmuch-tree-archive-thread-then-exit)
|
||||
(define-key map "A" 'notmuch-tree-archive-thread)
|
||||
(define-key map "a" 'notmuch-tree-archive-message-then-next)
|
||||
(define-key map "z" 'notmuch-tree-to-tree)
|
||||
|
|
Loading…
Reference in a new issue