Open additional magit commands to the SPC bindings

This commit is contained in:
Rich Alesi 2014-12-21 14:59:58 -07:00 committed by syl20bnr
parent 70683c1c50
commit 7945bf6b36

View file

@ -129,7 +129,12 @@ implementation."
(use-package magit
:defer t
:init
(evil-leader/set-key "gs" 'magit-status)
(evil-leader/set-key
"gs" 'magit-status
"gb" 'magit-blame-mode
"gC" 'magit-commit
"gl" 'magit-log
)
:config
(progn
(spacemacs|hide-lighter magit-auto-revert-mode)