Add :gblame & :grevert ex commands

This commit is contained in:
Henrik Lissner 2017-05-21 15:06:15 +02:00
parent 546c672f8a
commit d5d0f26c09
5 changed files with 70 additions and 30 deletions

View file

@ -38,9 +38,8 @@
(ex! "git" #'magit-status) ; open magit status window
(ex! "gstage" #'magit-stage)
(ex! "gunstage" #'magit-unstage)
;; TODO :gblame
;; TODO :grevert
;; TODO :gblame
(ex! "gblame" #'magit-blame)
(ex! "grevert" #'git-gutter:revert-hunk)
;; Dealing with buffers
(ex! "clean[up]" #'doom/cleanup-buffers)