Skip to content

Commit

Permalink
Fix magit key bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Oct 24, 2015
1 parent 05dc795 commit 9696c56
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/prelude-evil.el
Original file line number Diff line number Diff line change
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 9696c56

Please sign in to comment.