mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
Add key binding for notmuch-search in show-mode
It's not uncommon to want to start a search as a result of something read in a message so this is convenient.
This commit is contained in:
parent
8418dee2f6
commit
30bdcfe651
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
|||
(define-key map (kbd "C-p") 'notmuch-show-previous-line)
|
||||
(define-key map "q" 'kill-this-buffer)
|
||||
(define-key map "r" 'notmuch-show-reply)
|
||||
(define-key map "s" 'notmuch-search)
|
||||
(define-key map "v" 'notmuch-show-view-all-mime-parts)
|
||||
(define-key map "w" 'notmuch-show-view-raw-message)
|
||||
(define-key map "x" 'kill-this-buffer)
|
||||
|
|
Loading…
Reference in a new issue