[git] Bind magit-blame rather than magit-blame-mode to "gb".

Calling `magit-blame-mode` directly is not advised as of Magit 2.1.0,
and will leave a buffer in read-only mode upon exit. `magit-blame` also
allows recursive blame upon repeated usage.
This commit is contained in:
Jenan Wise 2015-07-03 18:32:12 -07:00 committed by syl20bnr
parent 7a9d720949
commit be05bb3f81

View file

@ -106,7 +106,7 @@
(magit-diff "HEAD"))
(evil-leader/set-key
"gb" 'magit-blame-mode
"gb" 'magit-blame
"gl" 'magit-log
"gL" 'magit-log-buffer-file
"gs" 'magit-status