Extend "l" -> "L" KBD remapping for magit-{log,revision}-mode-map

Thankfully `general` made this change super easy and maintainable to support.
This commit is contained in:
William Carroll 2020-10-04 16:23:25 +01:00
parent f3ee628a4c
commit 48d9a70253

View file

@ -330,7 +330,9 @@
(general-define-key
:states '(normal)
:keymaps '(magit-status-mode-map)
:keymaps '(magit-status-mode-map
magit-log-mode-map
magit-revision-mode-map)
"l" #'evil-forward-char
"L" #'magit-log)