mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-14 06:13:51 -05:00
Stage and revert individual hunks.
This commit is contained in:
@@ -86,6 +86,14 @@ Commands for jumping between marked hunks:
|
||||
:GitGutterPrevHunk *:GitGutterPrevHunk*
|
||||
Jump to the previous marked hunk. Takes a count.
|
||||
|
||||
Commands for staging or reverting individual hunks:
|
||||
|
||||
:GitGutterStageHunk *:GitGutterStageHunk*
|
||||
Stage the hunk the cursor is in.
|
||||
|
||||
:GitGutterRevertHunk *:GitGutterRevertHunk*
|
||||
Revert the hunk the cursor is in.
|
||||
|
||||
===============================================================================
|
||||
5. CUSTOMISATION *GitGutterCustomisation*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user