update README and docs

This commit is contained in:
Marco Hinz 2013-03-13 17:08:41 +01:00
parent 2d5c102754
commit 2e9cba3e2e
2 changed files with 4 additions and 4 deletions

View File

@ -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
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_prev_hunk = '<leader>gp'
let g:signify_mapping_next_hunk = '<leader>gj'
let g:signify_mapping_prev_hunk = '<leader>gk'
Note: In case you don't know about the mapleader, have a look at `:h mapleader`.
The default is the '\' button.

View File

@ -66,8 +66,8 @@ Put these variables into your vimrc. The shown assignments are only examples,
not defaults.
let g:signify_mapping_next_hunk = '<leader>gn'
let g:signify_mapping_prev_hunk = '<leader>gp'
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.