mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: bind M-RET to notmuch-tree-from-search-thread
This is an unbound function that is quite useful. It opens a selected thread in notmuch-tree from the current search query. Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
parent
a1139fb5ec
commit
5f9ea4d290
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ there will be called at other points of notmuch execution."
|
|||
(define-key map "-" 'notmuch-search-remove-tag)
|
||||
(define-key map "+" 'notmuch-search-add-tag)
|
||||
(define-key map (kbd "RET") 'notmuch-search-show-thread)
|
||||
(define-key map (kbd "M-RET") 'notmuch-tree-from-search-thread)
|
||||
(define-key map "Z" 'notmuch-tree-from-search-current-query)
|
||||
map)
|
||||
"Keymap for \"notmuch search\" buffers.")
|
||||
|
|
Loading…
Reference in a new issue