From a679d9228c3f4b9d89e30b45afb51980f124ffa2 Mon Sep 17 00:00:00 2001 From: Supasorn Suwajanakorn Date: Mon, 3 Jun 2013 16:29:50 -0700 Subject: [PATCH] auto commit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d1f46b..c63dc68 100644 --- a/README.md +++ b/README.md @@ -2,6 +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 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`. To yank a single line you can either type the same character(s) twice, or use '.' character. E.g. `vlb.` will select the line with character 'b'. Note: to promote good Vim habits, you should learn standard movement commands like `)}, vi(, va(, %, ][, ]], [(, etc.` before resorting to this function. + ## Animated demonstration Two-key combo