Skip to content

Commit

Permalink
Replaces the use of magit-log-popup' with magit-log'.
Browse files Browse the repository at this point in the history
This is also mentioned in bbatsov#1226 and originates from
magit/magit#3695.
  • Loading branch information
henrikthuesen committed Apr 30, 2019
1 parent 113b08b commit c917775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/prelude-evil.el
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@
(evil-add-hjkl-bindings magit-commit-mode-map 'emacs)
(evil-add-hjkl-bindings magit-branch-manager-mode-map 'emacs
"K" 'magit-discard
"L" 'magit-log-popup)
"L" 'magit-log)
(evil-add-hjkl-bindings magit-status-mode-map 'emacs
"K" 'magit-discard
"l" 'magit-log-popup
"l" 'magit-log
"h" 'magit-diff-toggle-refine-hunk)

(setq evil-shift-width 2)
Expand Down

0 comments on commit c917775

Please sign in to comment.