From 15b2fb49c920157c8614a1a17a5ccaf618410d64 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Wed, 13 Mar 2013 09:38:26 +0100 Subject: [PATCH] Document count support for jumping between hunks. --- README.mkd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.mkd b/README.mkd index c19884f..88e45ac 100644 --- a/README.mkd +++ b/README.mkd @@ -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: