Docs: update hunk jumping

This commit is contained in:
Marco Hinz 2013-07-04 11:52:28 +02:00
parent 15b88e811b
commit 3d2d7afcf6
2 changed files with 4 additions and 3 deletions

View File

@ -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 = '<leader>gj'

View File

@ -115,7 +115,7 @@ tested for.
let g:signify_mapping_next_hunk = '<leader>gj'
let g:signify_mapping_prev_hunk = '<leader>gk'
Mapping for jumping to the next or previous hunk.
Mapping for jumping to the start of the next or previous hunk.
============-