Skip to content

lbolla/evil-mu4e

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

evil-mu4e.el

This package configures Keybindings for Mu4e that make sense for Evil users.

Installation and use

Melpa

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)

Manual install

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)

Key bindings

The bindings that differ from normal mu4e bindings are listed below:

General commands

Commmandevil-mu4e
Jump to maildirJ
Updateu

Commands for header- and view-mode

Commandevil-mu4e
next messageC-j
previous messageC-k
Mark the current thread as readT

About

Evil keybindings for mu4e

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%