mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
Add C-tab binding in notmuch-search mode as well.
We recently added this to notmuch-hello mode so we might as well support it in this mode as well for consistency.
This commit is contained in:
parent
d64d0cc8d9
commit
42e146a3a2
1 changed files with 1 additions and 0 deletions
|
@ -556,6 +556,7 @@ function is used. "
|
|||
(let ((map (make-sparse-keymap)))
|
||||
(define-key map "?" 'notmuch-help)
|
||||
(define-key map "q" 'kill-this-buffer)
|
||||
(define-key map (kbd "<C-tab>") 'widget-backward)
|
||||
(define-key map (kbd "M-TAB") 'notmuch-show-previous-button)
|
||||
(define-key map (kbd "<backtab>") 'notmuch-show-previous-button)
|
||||
(define-key map (kbd "TAB") 'notmuch-show-next-button)
|
||||
|
|
Loading…
Reference in a new issue