diff options
Diffstat (limited to 'modes/mu4e')
| -rw-r--r-- | modes/mu4e/evil-collection-mu4e.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modes/mu4e/evil-collection-mu4e.el b/modes/mu4e/evil-collection-mu4e.el index ea62da1..784aa16 100644 --- a/modes/mu4e/evil-collection-mu4e.el +++ b/modes/mu4e/evil-collection-mu4e.el @@ -180,7 +180,11 @@ (mu4e-compose-mode-map "gg" mu4e-compose-goto-top - "G" mu4e-compose-goto-bottom) + "G" mu4e-compose-goto-bottom + "ZD" message-dont-send + "ZF" mml-attach-file + "ZQ" mu4e-message-kill-buffer + "ZZ" message-send-and-exit) (mu4e-view-mode-map " " mu4e-view-scroll-up-or-next |
