summaryrefslogtreecommitdiffstats
path: root/ravi-init-vc.el
diff options
context:
space:
mode:
Diffstat (limited to 'ravi-init-vc.el')
-rw-r--r--ravi-init-vc.el10
1 files changed, 9 insertions, 1 deletions
diff --git a/ravi-init-vc.el b/ravi-init-vc.el
index 1dd0952..e4b273e 100644
--- a/ravi-init-vc.el
+++ b/ravi-init-vc.el
@@ -26,7 +26,8 @@
;; Git
(use-package magit
- :bind ("<M-f3>" . magit-status)
+ :bind (("<M-f3>" . magit-status)
+ ("C-x v F" . magit-file-log))
:config
(progn
(setq-default
@@ -54,6 +55,7 @@
(diminish 'magit-wip-save-mode)
)
)
+
;(after-load 'magit-key-mode
; (require 'magit-svn))
@@ -140,6 +142,12 @@
:ensure t
:bind ("C-x v p" . git-messenger:popup-message)
)
+(use-package git-timemachine
+ :ensure t
+ :bind ("C-x v t" . git-timemachine)
+ )
+(use-package magit-blame
+ :bind (("C-x v B" . magit-blame-mode)))
;; Stolen almost entirely from Fuco (Matus Goljer)
(use-package ediff