update README and docs
This commit is contained in:
parent
2d5c102754
commit
2e9cba3e2e
@ -50,8 +50,8 @@ is set nevertheless because a remote connection could be made.
|
|||||||
There are mappings for jumping forth and back between changed lines (so-called
|
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:
|
hunks). The following example shows the default mappings and how to change them:
|
||||||
|
|
||||||
let g:signify_mapping_next_hunk = '<leader>gn'
|
let g:signify_mapping_next_hunk = '<leader>gj'
|
||||||
let g:signify_mapping_prev_hunk = '<leader>gp'
|
let g:signify_mapping_prev_hunk = '<leader>gk'
|
||||||
|
|
||||||
Note: In case you don't know about the mapleader, have a look at `:h mapleader`.
|
Note: In case you don't know about the mapleader, have a look at `:h mapleader`.
|
||||||
The default is the '\' button.
|
The default is the '\' button.
|
||||||
|
@ -66,8 +66,8 @@ Put these variables into your vimrc. The shown assignments are only examples,
|
|||||||
not defaults.
|
not defaults.
|
||||||
|
|
||||||
|
|
||||||
let g:signify_mapping_next_hunk = '<leader>gn'
|
let g:signify_mapping_next_hunk = '<leader>gj'
|
||||||
let g:signify_mapping_prev_hunk = '<leader>gp'
|
let g:signify_mapping_prev_hunk = '<leader>gk'
|
||||||
|
|
||||||
Mapping for jumping to the next or previous hunk.
|
Mapping for jumping to the next or previous hunk.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user