Document count support for jumping between hunks.

This commit is contained in:
Andy Stewart
2013-03-13 09:38:26 +01:00
parent 1f04008485
commit 15b2fb49c9

View File

@@ -49,10 +49,10 @@ And you can turn line highlighting on and off (defaults to off):
* turn off with `:GitGutterLineHighlightsDisable`
* toggle with `:GitGutterLineHighlightsToggle`.
Furthermore you can jump between hunks:
Furthermore you can jump between `[count]` hunks:
* jump to next hunk: `:GitGutterNextHunk`
* jump to previous hunk: `:GitGutterPrevHunk`.
* jump to next hunk: `:[count]GitGutterNextHunk [count]`
* jump to previous hunk: `:[count]GitGutterPrevHunk [count]`.
You may want to add mappings for these if you use them often. For example: