Update README.md

This commit is contained in:
supasorn 2013-05-16 10:58:08 -06:00
parent 0392190b35
commit 55edd36efa

View File

@ -2,7 +2,7 @@
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. "<leader>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()<CR>", and "vmap l :call EasyMotion#SelectLines()<CR>"
(http://homes.cs.washington.edu/~supasorn/easymotion.png)
# Introduction