Docs: update hunk jumping
This commit is contained in:
parent
15b88e811b
commit
3d2d7afcf6
@ -111,8 +111,9 @@ Currently the following VCS are supported:
|
|||||||
|
|
||||||
#### quick jumping between changed lines
|
#### quick jumping between changed lines
|
||||||
|
|
||||||
There are mappings for jumping forth and back between changed lines (so-called
|
There are mappings for jumping forth and back between blocks of changes
|
||||||
hunks). The following example shows the default mappings and how to change them:
|
(so-called hunks). The following example shows the default mappings and how to
|
||||||
|
change them:
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
let g:signify_mapping_next_hunk = '<leader>gj'
|
let g:signify_mapping_next_hunk = '<leader>gj'
|
||||||
|
@ -115,7 +115,7 @@ tested for.
|
|||||||
let g:signify_mapping_next_hunk = '<leader>gj'
|
let g:signify_mapping_next_hunk = '<leader>gj'
|
||||||
let g:signify_mapping_prev_hunk = '<leader>gk'
|
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.
|
||||||
|
|
||||||
============-
|
============-
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user