From 4c072be8e6fd495f33b95375a2ed5d14a452627a Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Mon, 18 Apr 2016 14:39:32 +0200 Subject: [PATCH] README.md (avy-goto-char-timer): Add entry Re #143 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9df0ce2..63ff7be 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ After C-' bu: ![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` > Input zero chars, jump to a line start with a tree.