From eaa4afc03f6a4e7b5d0a56cee53566226d297e69 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sun, 6 Apr 2014 13:42:42 +0900 Subject: [PATCH] Update Doc: about `n` & `N` keymappings with n-key find motions --- README.md | 4 ++++ doc/easymotion.txt | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1317b23..fef99c7 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,10 @@ What sounds complicated should become clear if you look at the following example " Gif config map / (easymotion-sn) omap / (easymotion-tn) + +" These `n` & `N` mappings are options. You do not have to map `n` & `N` to EasyMotion. +" Without these mappings, `n` & `N` works fine. (These mappings just provide +" different highlight method and have some other features ) map n (easymotion-next) map N (easymotion-prev) ``` diff --git a/doc/easymotion.txt b/doc/easymotion.txt index ee0f1e9..828b528 100644 --- a/doc/easymotion.txt +++ b/doc/easymotion.txt @@ -508,7 +508,9 @@ keymapping, s{char}{char}{char}... - You can use to delete while typing. + You can use to delete while typing, and Vim's default |n| & |N| + keymappings works after this motion(|(easymotion-sn)|) to move next or + previous matches. Note: the 'n' key motion provides incremental highlighting. If you don't want to highlight incrementally, set |g:EasyMotion_inc_highlight|