From 3d2d7afcf635b5ec3202f4eba47f781f2eaa9b5b Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 4 Jul 2013 11:52:28 +0200 Subject: [PATCH] Docs: update hunk jumping --- README.md | 5 +++-- doc/signify.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed44228..98573a2 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,9 @@ Currently the following VCS are supported: #### quick jumping between changed lines -There are mappings for jumping forth and back between changed lines (so-called -hunks). The following example shows the default mappings and how to change them: +There are mappings for jumping forth and back between blocks of changes +(so-called hunks). The following example shows the default mappings and how to +change them: ```vim let g:signify_mapping_next_hunk = 'gj' diff --git a/doc/signify.txt b/doc/signify.txt index 546b251..0700406 100644 --- a/doc/signify.txt +++ b/doc/signify.txt @@ -115,7 +115,7 @@ tested for. let g:signify_mapping_next_hunk = 'gj' let g:signify_mapping_prev_hunk = 'gk' -Mapping for jumping to the next or previous hunk. +Mapping for jumping to the start of the next or previous hunk. ============-