From 6459f7f12aef1e71ff5e265b1edb414fd81123e6 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Sun, 24 Dec 2017 16:30:41 +0100 Subject: [PATCH] README.md: Mention avy-resume Re abo-abo/swiper#1383 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8961ff0..e705690 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ You add this to your config to bind some stuff: ```elisp (avy-setup-default) +(global-set-key (kbd "C-c C-j") 'avy-resume) ``` It will bind, for example, `avy-isearch` to C-' in `isearch-mode-map`, so that you can select one of the currently visible `isearch` candidates using `avy`.