From 48d9a7025362cba710cca5b2a94d6e9e7e262048 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 4 Oct 2020 16:23:25 +0100 Subject: Extend "l" -> "L" KBD remapping for magit-{log,revision}-mode-map Thankfully `general` made this change super easy and maintainable to support. --- emacs/.emacs.d/wpc/keybindings.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emacs/.emacs.d/wpc/keybindings.el') diff --git a/emacs/.emacs.d/wpc/keybindings.el b/emacs/.emacs.d/wpc/keybindings.el index 2563b15235..9f4ad78938 100644 --- a/emacs/.emacs.d/wpc/keybindings.el +++ b/emacs/.emacs.d/wpc/keybindings.el @@ -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) -- cgit 1.4.1