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:
David Edmondson 2010-04-29 11:57:04 +01:00 committed by Carl Worth
parent c9eb047c6c
commit 0ffea4297f

View file

@ -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))))