Evil/mu4e: Bind "["/"]" to mu4e-headers-prev-unread and mu4e-headers-next-unread

master
Pierre Neidhardt 2018-03-19 16:00:52 +05:30
parent 8ad6d9fe28
commit 11b2886c47
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,8 @@
(evil-define-key 'motion mu4e-headers-mode-map
"i" 'mu4e-headers-mark-for-flag
"I" 'mu4e-headers-mark-for-unflag
"]" 'mu4e-headers-next-unread
"[" 'mu4e-headers-prev-unread
;; "R" 'mu4e-headers-mark-for-refile
"p" 'mu4e-headers-toggle-include-related
"r" 'mu4e-compose-reply)