Change magit-log-head key-binding

This commit is contained in:
Wojciech Kozlowski 2017-08-28 22:50:59 +01:00
parent 59c55935b8
commit cab8b17ce8

View File

@ -33,7 +33,7 @@
(use-package magit
:defer t
:bind
("C-x g h" . magit-log-head)
("C-x g l" . magit-log-head)
("C-x g f" . magit-log-buffer-file)
("C-x g b" . magit-blame)
("C-x g m" . magit-show-refs-popup)