From 0c09ae0460135db884d1ab0db57c5ad1f6a609e0 Mon Sep 17 00:00:00 2001 From: Supasorn Suwajanakorn Date: Mon, 3 Jun 2013 14:50:22 -0700 Subject: [PATCH] auto commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47bacba..e2978d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 forward or backward at the same time. `s`. One useful trick is to map nmap ` s` and `vmap s` to use space bar instead and save one keystroke! +2. Added forward-backward search (bidirectional) search. You can jump forward or backward at the same time. `s`. One useful trick is to map `nmap s` and `vmap s` to use space bar instead and save one keystroke! '' 3. Added SelectLines function which allows you to select any range of lines using two consecutive easymotion calls. Default mappings are `cl, dl, vl, yl`. ![two-character key](http://homes.cs.washington.edu/~supasorn/easymotion.gif)