Add :gblame & :grevert ex commands
This commit is contained in:
parent
546c672f8a
commit
d5d0f26c09
5 changed files with 70 additions and 30 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue