mu4e-conversation: Bind "a" to mu4e-view-action in tree view

This commit is contained in:
Pierre Neidhardt 2018-06-25 15:42:33 +02:00
parent 0a7a457dcb
commit c27f6cf44b
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
(evil-define-key 'normal mu4e-conversation-tree-map
" " 'evil-scroll-page-down
(kbd "S-SPC") 'evil-scroll-page-up
"a" 'mu4e-view-action
"zv" 'mu4e-conversation-toggle-view)
(evil-define-key 'visual mu4e-conversation-tree-map
(kbd "<return>") 'mu4e-conversation-cite)