diff options
| author | James Nguyen <james@jojojames.com> | 2024-11-23 16:06:12 -0500 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2024-11-23 16:06:12 -0500 |
| commit | 2c4e2aca1ad7be8eb41e4cb9b58b8023d8a5fd8b (patch) | |
| tree | 0630d4f2f4a0cba222a4dbe1ae829ccb88744c6c | |
| parent | 22e45c6939c96b4da4cc2aba628efdfedfa887e9 (diff) | |
Magit: Use C-l instead of ^l (#831)
| -rw-r--r-- | modes/magit/evil-collection-magit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/magit/evil-collection-magit.el b/modes/magit/evil-collection-magit.el index 32a664e..74a32f6 100644 --- a/modes/magit/evil-collection-magit.el +++ b/modes/magit/evil-collection-magit.el @@ -583,7 +583,7 @@ evil-collection-magit affects.") '((magit-dispatch "Z" "%" magit-worktree) (magit-dispatch "z" "Z" magit-stash))) (when evil-collection-magit-want-horizontal-movement - '((magit-dispatch "L" "^L" magit-log-refresh) + '((magit-dispatch "L" "C-l" magit-log-refresh) (magit-dispatch "l" "L" magit-log))) '((magit-branch "x" "X" magit-branch-reset) (magit-branch "k" "x" magit-branch-delete) |
