diff options
| author | wangtianshu <volekingsg@gmail.com> | 2021-01-17 20:12:37 +0800 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2021-01-18 00:29:35 +0800 |
| commit | 2252aed88dc8f2d4bdb987cc0b1d5896e0b648c4 (patch) | |
| tree | 932637af3b970648acf0941960269b469563c5dc | |
| parent | a67450ff537b9681a5fed25010ce28d4128e6db2 (diff) | |
add keybindings for mu4e-compose-mode
| -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 |
