add S to stage current hunk

This commit is contained in:
JiaweiChenC 2023-10-05 09:36:59 -04:00
parent 6b2cbedcc1
commit a44ca0a718
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@
"p" 'diff-hl-show-hunk-previous
"n" 'diff-hl-show-hunk-next
"c" 'diff-hl-show-hunk-copy-original-text
"r" 'diff-hl-show-hunk-revert-hunk))
"r" 'diff-hl-show-hunk-revert-hunk
"S" 'diff-hl-show-hunk-stage-hunk))
(provide 'evil-collection-diff-hl)
;;; evil-collection-diff-hl.el ends here