From 13afeb70ad02521708bee525c910321cbe2f5f1b Mon Sep 17 00:00:00 2001 From: supasorn Date: Thu, 16 May 2013 11:05:42 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e65157..fe8567f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Modifications to Lokaltog's EasyMotion 1. Use one - two character key jump. Display two keys if one-character key is not enough, so you can see what two keys to type without waiting after pressing the first key. -2. Added forward-backward search (bidirectional) search. You can jump to forward or backward at the same time. `s` -3. Add SelectLines function which allows you to select any range of lines using consecutive easymotion calls. E.g. Using "omap l :call EasyMotion#SelectLines()", and "vmap l :call EasyMotion#SelectLines()". Then "vl" would ask you to specify two start/end lines using easymotion. +2. Added forward-backward search (bidirectional) search. You can jump forward or backward at the same time. `s` +3. Added SelectLines function which allows you to select any range of lines using two consecutive easymotion calls. E.g. Using "omap l :call EasyMotion#SelectLines()", and "vmap l :call EasyMotion#SelectLines()". Then "vl" would ask you to specify two start/end lines using easymotion. ![two-character key](http://homes.cs.washington.edu/~supasorn/easymotion.png) This is an alpha version, which breaks multi-byte support, and others.