This package configures Keybindings for Mu4e that make sense for Evil users.
The recommended method is to use MELPA via package.el (`M-x package-install RET evil-mu4e RET`).
To setup the new bindings, add the following to init.el:
(require 'evil-mu4e)Evil and Mu4e are both required. After requiring those packages, the following will setup the new key bindings for you.
(add-to-list 'load-path "/path/to/evil-mu4e.el")
(require 'evil-mu4e)The bindings that differ from normal mu4e bindings are listed below:
| Commmand | evil-mu4e |
|---|---|
| Jump to maildir | J |
| Update | u |
| Command | evil-mu4e |
|---|---|
| next message | C-j |
| previous message | C-k |
| Mark the current thread as read | T |