mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
Add 'm' and ' ' bindings to notmuch-folder view
This allows the user to compose new mail from the folder view, and also to use <space> to show the current folder. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
0a1e37a8c9
commit
b58dcfb702
1 changed files with 2 additions and 0 deletions
|
@ -1446,12 +1446,14 @@ current search results AND that are tagged with the given tag."
|
|||
(define-key map "?" 'notmuch-help)
|
||||
(define-key map "x" 'kill-this-buffer)
|
||||
(define-key map "q" 'kill-this-buffer)
|
||||
(define-key map "m" 'message-mail)
|
||||
(define-key map ">" 'notmuch-folder-last)
|
||||
(define-key map "<" 'notmuch-folder-first)
|
||||
(define-key map "=" 'notmuch-folder)
|
||||
(define-key map "s" 'notmuch-search)
|
||||
(define-key map [mouse-1] 'notmuch-folder-show-search)
|
||||
(define-key map (kbd "RET") 'notmuch-folder-show-search)
|
||||
(define-key map " " 'notmuch-folder-show-search)
|
||||
(define-key map "p" 'notmuch-folder-previous)
|
||||
(define-key map "n" 'notmuch-folder-next)
|
||||
map)
|
||||
|
|
Loading…
Reference in a new issue