]> code.delx.au - gnu-emacs-elpa/commitdiff
Updated screenshot image for ivy-goto-char.
authorNelson Loyola <nloyola@gmail.com>
Wed, 17 Jun 2015 17:40:48 +0000 (11:40 -0600)
committerOleh Krehel <ohwoeowho@gmail.com>
Wed, 17 Jun 2015 17:44:30 +0000 (19:44 +0200)
Fixes #65
Fixes #64

README.md

index a4e1ffd39cae0ae321d4459e41d2456ee18d0be4..9df0ce2fda3df84c6806c46007b3d7f70ec2bb95 100644 (file)
--- 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 <kbd>πb</kbd>:
+After <kbd>C-: b</kbd>:
 
-![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`