From a7c92d884f7ab9474359104cd2c765838f235125 Mon Sep 17 00:00:00 2001 From: Nelson Loyola Date: Wed, 17 Jun 2015 11:40:48 -0600 Subject: [PATCH] Updated screenshot image for ivy-goto-char. Fixes #65 Fixes #64 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4e1ffd..9df0ce2 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ You can bind some of these useful commands in your config. > Input one char, jump to it with a tree. ```elisp -(global-set-key (kbd "π") 'avy-goto-char) +(global-set-key (kbd "C-:") 'avy-goto-char) ``` -After πb: +After C-: b: -![avy-goto-char](http://oremacs.com/download/avi-goto-char.png) +![avy-goto-char](https://raw.githubusercontent.com/wiki/nloyola/avy/images/avy-goto-char.png) ### `avy-goto-char-2`