summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-05-31 21:45:00 -0400
committerKyle Meyer <kyle@kyleam.com>2015-05-31 21:45:00 -0400
commit32fcc90d69147681581c656348e4af22ea5639ed (patch)
tree276d74e0a6349fa419d26e481b8d544bf4c32e95 /lisp
parenteb0b228b6c63865d5be2354575aafa897b1b98d9 (diff)
downloademacs.d-32fcc90d69147681581c656348e4af22ea5639ed.tar.gz
Add binding for magit-log-buffer-file
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-git.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el
index b8e4244..2cfee16 100644
--- a/lisp/init-git.el
+++ b/lisp/init-git.el
@@ -289,6 +289,7 @@ the file name if NO-DIRECTORY is non-nil."
(define-key km/git-map "C" 'km/magit-show-project-commit-under-point)
(define-key km/git-map "e" 'km/magit-commit-extend-all)
(define-key km/git-map "f" 'km/magit-checkout-file)
+ (define-key km/git-map "l" 'magit-log-buffer-file)
(define-key km/git-map "p" 'km/magit-pin-file)
(define-key km/git-map "s" 'km/magit-insert-staged-file)
(define-key km/git-map "u" 'km/magit-auto-commit))