<leader>gs = stage hunk, <leader>S = magit-status
This commit is contained in:
parent
ab31730253
commit
8499727a17
1 changed files with 2 additions and 1 deletions
|
@ -188,9 +188,10 @@
|
|||
:desc "Yank filename" :n "y" #'+hlissner/yank-buffer-filename)
|
||||
|
||||
(:desc "git" :prefix "g"
|
||||
:desc "Git status" :n "s" #'magit-status
|
||||
:desc "Git status" :n "S" #'magit-status
|
||||
:desc "Git blame" :n "b" #'magit-blame
|
||||
:desc "Git time machine" :n "t" #'git-timemachine-toggle
|
||||
:desc "Git stage hunk" :n "s" #'git-gutter:stage-hunk
|
||||
:desc "Git revert hunk" :n "r" #'git-gutter:revert-hunk
|
||||
:desc "Git revert buffer" :n "R" #'vc-revert
|
||||
:desc "List gists" :n "g" #'+gist:list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue