README.md (avy-goto-char-timer): Add entry

Re #143
This commit is contained in:
Oleh Krehel 2016-04-18 14:39:32 +02:00
parent 5ba3602538
commit 4c072be8e6

View File

@ -34,6 +34,12 @@ After <kbd>C-' bu</kbd>:
![avy-goto-char-2](http://oremacs.com/download/avi-goto-char-2.png) ![avy-goto-char-2](http://oremacs.com/download/avi-goto-char-2.png)
### `avy-goto-char-timer`
> Input an arbitrary amount of consecutive chars, jump to the first one with a tree.
This is a more flexible version of `avy-goto-char-2`. First part works similarly to `isearch`: you type a query and it's highlighted dynamically on the screen. When you stop typing for `avy-timeout-seconds` (0.5s by default), you'll be able to select one of the candidates with `avy`.
### `avy-goto-line` ### `avy-goto-line`
> Input zero chars, jump to a line start with a tree. > Input zero chars, jump to a line start with a tree.