diff options
| author | Keith Amidon <keith@nicira.com> | 2009-11-27 05:30:09 -0800 |
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2009-11-27 21:06:56 -0800 |
| commit | 30bdcfe6511b9b6efff1f84fbf77320c2da0d76a (patch) | |
| tree | 2ad3137e78a422ee58121a33f7aa3135bca22efe /notmuch.el | |
| parent | 8418dee2f6cf02f66dff236362f7cc1aadb56d38 (diff) | |
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.
Diffstat (limited to 'notmuch.el')
| -rw-r--r-- | notmuch.el | 1 |
1 files changed, 1 insertions, 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) |
