]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/avy/README.md
Merge commit '8d38a898f23b3105c5d098f0cfb6c3383547e394' from avy
[gnu-emacs-elpa] / packages / avy / README.md
index 147998614a951e838e04cd1f3c514d56c0ab6568..9df0ce2fda3df84c6806c46007b3d7f70ec2bb95 100644 (file)
@@ -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`
 
@@ -93,6 +93,8 @@ It will bind, for example, `avy-isearch` to <kbd>C-'</kbd> in `isearch-mode-map`
 
 See the comprehensive custom variable list on [the defcustom wiki page](https://github.com/abo-abo/avy/wiki/defcustom).
 
+See how to write your own avy commands on [the custom-commands wiki page](https://github.com/abo-abo/avy/wiki/custom-commands).
+
 ## Contributing
 
 ### Copyright Assignment