mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
[emacs] Add more magit key bindings
This commit is contained in:
parent
a5db945bcb
commit
f1bd0d8451
1 changed files with 4 additions and 1 deletions
|
@ -687,7 +687,10 @@ Taken from http://groups.google.com/group/gnu.emacs.gnus/browse_thread/thread/a6
|
||||||
magit-commit)
|
magit-commit)
|
||||||
:bind (("C-c m s" . magit-status)
|
:bind (("C-c m s" . magit-status)
|
||||||
("C-c m d" . magit-diff)
|
("C-c m d" . magit-diff)
|
||||||
("C-c m c" . magit-commit))
|
("C-c m c" . magit-commit)
|
||||||
|
("C-c m l l" . magit-log-head)
|
||||||
|
("C-c m l b" . magit-log-buffer-file)
|
||||||
|
("C-c m l r" . magit-reflog-head))
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(defadvice magit-status (around magit-fullscreen activate)
|
(defadvice magit-status (around magit-fullscreen activate)
|
||||||
|
|
Loading…
Reference in a new issue