Enable scrolling in mu4e main mode

This commit is contained in:
Simon Altschuler 2018-02-09 08:37:42 +00:00 committed by Codruț Constantin Gușoi
parent f98519c154
commit 505c500418
1 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,9 @@
(evilified-state-evilify-map mu4e-main-mode-map
:mode mu4e-main-mode
:bindings
(kbd "j") 'mu4e~headers-jump-to-maildir)
(kbd "j") 'mu4e~headers-jump-to-maildir
(kbd "C-j") 'next-line
(kbd "C-k") 'previous-line)
(evilified-state-evilify-map
mu4e-headers-mode-map