summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleh Krehel <ohwoeowho@gmail.com>2017-12-24 16:30:41 +0100
committerOleh Krehel <ohwoeowho@gmail.com>2017-12-24 16:30:41 +0100
commit6459f7f12aef1e71ff5e265b1edb414fd81123e6 (patch)
tree0cc42bbb15c51a358bb064eab813fa5f8d43045c
parent869261ae812723c0c6549202734a4135c3474ec1 (diff)
README.md: Mention avy-resume
Re abo-abo/swiper#1383
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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 <kbd>C-'</kbd> in `isearch-mode-map`, so that you can select one of the currently visible `isearch` candidates using `avy`.