mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-14 03:25:15 +01:00
emacs: add global keybinding M-= for refresh all buffers
We can't use c-u = as some of the notmuch-show refresh function already uses that. This is a global keybinding for a relatively infrequent function but M-= seems unlikely to cause conflicts.
This commit is contained in:
parent
02d3c76102
commit
2f643ac763
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ For example, if you wanted to remove an \"inbox\" tag and add an
|
|||
(define-key map "z" 'notmuch-tree)
|
||||
(define-key map "m" 'notmuch-mua-new-mail)
|
||||
(define-key map "=" 'notmuch-refresh-this-buffer)
|
||||
(define-key map (kbd "M-=") 'notmuch-refresh-all-buffers)
|
||||
(define-key map "G" 'notmuch-poll-and-refresh-this-buffer)
|
||||
(define-key map "j" 'notmuch-jump-search)
|
||||
map)
|
||||
|
|
Loading…
Add table
Reference in a new issue