emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master a29558d 080/110: Add C-h/DEL/RET info to README for avy-go


From: Oleh Krehel
Subject: [elpa] master a29558d 080/110: Add C-h/DEL/RET info to README for avy-goto-char-timer
Date: Sat, 11 May 2019 10:15:49 -0400 (EDT)

branch: master
commit a29558d22ce9af163b7959da663a22fcedc9c163
Author: Felipe <address@hidden>
Commit: Oleh Krehel <address@hidden>

    Add C-h/DEL/RET info to README for avy-goto-char-timer
    
    Fixes #245
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e705690..71ea44e 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,8 @@ After <kbd>C-' bu</kbd>:
 
 > 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`.
+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`. As you're inputting 
characters, you can use `C-h` (backspace) or `DEL` (delete) to
+forget the last typed character and `RET` to end the input sequence 
immediately and select a candidate.
 
 ### `avy-goto-line`
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]