From 2e9cba3e2e51e5466a8e705849d7e128f856eb87 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 13 Mar 2013 17:08:41 +0100 Subject: [PATCH] update README and docs --- README.md | 4 ++-- doc/signify.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a9a3354..f077343 100644 --- a/README.md +++ b/README.md @@ -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 = 'gn' - let g:signify_mapping_prev_hunk = 'gp' + let g:signify_mapping_next_hunk = 'gj' + let g:signify_mapping_prev_hunk = 'gk' Note: In case you don't know about the mapleader, have a look at `:h mapleader`. The default is the '\' button. diff --git a/doc/signify.txt b/doc/signify.txt index 74d4650..b87a14f 100644 --- a/doc/signify.txt +++ b/doc/signify.txt @@ -66,8 +66,8 @@ Put these variables into your vimrc. The shown assignments are only examples, not defaults. - let g:signify_mapping_next_hunk = 'gn' - let g:signify_mapping_prev_hunk = 'gp' + let g:signify_mapping_next_hunk = 'gj' + let g:signify_mapping_prev_hunk = 'gk' Mapping for jumping to the next or previous hunk.