Skip to content

Commit

Permalink
Magit: Change how C-l is bound (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
jojojames committed Nov 23, 2024
1 parent 20ee5f1 commit c45b490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modes/magit/evil-collection-magit.el
Original file line number Diff line number Diff line change
Expand Up @@ -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" "\C-l" magit-log-refresh)
'((magit-dispatch "L" "^L" magit-log-refresh)
(magit-dispatch "l" "L" magit-log)))
'((magit-branch "x" "X" magit-branch-reset)
(magit-branch "k" "x" magit-branch-delete)
Expand Down

0 comments on commit c45b490

Please sign in to comment.