Update README.md
This commit is contained in:
parent
1056251ada
commit
ac528c301c
@ -1,7 +1,7 @@
|
|||||||
# Modifications to Lokaltog's EasyMotion
|
# 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.
|
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`
|
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>"
|
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>". Then "vl" would ask you to specify two start/end lines using easymotion.
|
||||||
![two-character key](http://homes.cs.washington.edu/~supasorn/easymotion.png)
|
![two-character key](http://homes.cs.washington.edu/~supasorn/easymotion.png)
|
||||||
|
|
||||||
This is an alpha version, which breaks multi-byte support, and others.
|
This is an alpha version, which breaks multi-byte support, and others.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user