mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-11 21:03:53 -05:00
Add functions to jump between diff hunks.
This commit is contained in:
committed by
Andy Stewart
parent
8ed5c48b63
commit
04a72e9e3c
@@ -44,6 +44,11 @@ And you can turn line highlighting on and off (defaults to off):
|
||||
* turn off with `:call DisableGitGutterLineHighlights()`
|
||||
* toggle with `:call ToggleGitGutterLineHighlights()`.
|
||||
|
||||
Furthermore you can jump between hunks:
|
||||
|
||||
* jump to next hunk: `:call GitGutterNextHunk()`
|
||||
* jump to previous hunk: `:call GitGutterPrevHunk()`.
|
||||
|
||||
You may want to add mappings for these if you use them often.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user