Add mu4e keybindings

This commit is contained in:
contrapunctus 2022-02-11 13:40:40 +05:30
parent b461d1e41a
commit fb06810c66
1 changed files with 4 additions and 1 deletions

View File

@ -3039,7 +3039,10 @@ PR ideas
:bind
(:map mu4e-headers-mode-map
("c" . #'mu4e-headers-prev)
("r" . #'mu4e-headers-next))
("r" . #'mu4e-headers-next)
("m" . #'mu4e-headers-mark-for-something)
("u" . #'mu4e-headers-mark-for-unmark)
("Q" . #'mu4e-mark-execute-all))
(:map mu4e-view-mode-map
("c" . #'mu4e-view-headers-prev)
("r" . #'mu4e-view-headers-next))