Skip to content

Commit

Permalink
Merge pull request bbatsov#927 from tmccombs/magit-log-key
Browse files Browse the repository at this point in the history
Fix magit key bindings.
  • Loading branch information
bbatsov committed Oct 29, 2015
2 parents 9c07eae + 9696c56 commit cbe988d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/prelude-evil.el
Expand Up @@ -113,12 +113,12 @@
(evil-add-hjkl-bindings magit-log-mode-map 'emacs)
(evil-add-hjkl-bindings magit-commit-mode-map 'emacs)
(evil-add-hjkl-bindings magit-branch-manager-mode-map 'emacs
"K" 'magit-discard-item
"L" 'magit-key-mode-popup-logging)
"K" 'magit-discard
"L" 'magit-log-popup)
(evil-add-hjkl-bindings magit-status-mode-map 'emacs
"K" 'magit-discard-item
"l" 'magit-key-mode-popup-logging
"h" 'magit-toggle-diff-refine-hunk)
"K" 'magit-discard
"l" 'magit-log-popup
"h" 'magit-diff-toggle-refine-hunk)

(setq evil-shift-width 2)

Expand Down

0 comments on commit cbe988d

Please sign in to comment.