From 3a7d52214f48811bc6950145e48dc7b1012f7277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Silkeb=C3=A6kken?= Date: Mon, 28 Mar 2011 12:54:03 +0200 Subject: [PATCH 1/2] Add README file --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index e69de29..716f628 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,32 @@ +# Summary + +EasyMotion provides a much simpler way to use some motions in vim. It +takes the `` out of `w` or `f{char}` by +highlighting all possible choices and allowing you to press one key to +jump directly to the target. + +When one of the available motions is triggered, all visible text +preceding or following the cursor is faded, and motion targets are +highlighted. + +EasyMotion is triggered manually or by one of the provided mappings. + +Example: + + Lorem ipsum dolor sit amet. + +If the word motion `w` is triggered with the default mapping +`w`, the text is updated (no braces are actually added, the +letters are highlighted in red by default): + + Lorem {a}psum {b}olor {c}it {d}met. + +Press `c` to jump to the beginning of the word "sit": + + Lorem ipsum dolor sit amet. + +And that's it! + +## Animated demonstration + +![Animated demonstration](http://oi54.tinypic.com/2yysefm.jpg) From 9efc775791c67ed24c6d3223dd5c058869c24e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Silkeb=C3=A6kken?= Date: Mon, 28 Mar 2011 12:54:25 +0200 Subject: [PATCH 2/2] Update version --- doc/easymotion.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/easymotion.txt b/doc/easymotion.txt index 460aaca..1fc5ffc 100644 --- a/doc/easymotion.txt +++ b/doc/easymotion.txt @@ -1,4 +1,4 @@ -*easymotion.txt* Version 1.0.2. Last change: 2011 Mar 28 +*easymotion.txt* Version 1.0.2.1. Last change: 2011 Mar 28 ______ __ ___ __ _