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`