mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
emacs: In hello mode, bind `C-tab' to move backwards through widgets.
`C-tab' is now the inverse operation to `tab'.
This commit is contained in:
parent
c9eb047c6c
commit
0ffea4297f
1 changed files with 1 additions and 0 deletions
|
@ -448,6 +448,7 @@ should be. Returns a cons cell `(tags-per-line width)'."
|
|||
|
||||
(use-local-map widget-keymap)
|
||||
(local-set-key "=" 'notmuch-hello-update)
|
||||
(local-set-key (kbd "<C-tab>") 'widget-backward)
|
||||
(local-set-key "G" 'notmuch-hello-poll-and-update)
|
||||
(local-set-key "m" 'notmuch-mua-mail)
|
||||
(local-set-key "q" '(lambda () (interactive) (kill-buffer (current-buffer))))
|
||||
|
|
Loading…
Reference in a new issue