Updated screenshot image for ivy-goto-char.

Fixes #65
Fixes #64
This commit is contained in:
Nelson Loyola 2015-06-17 11:40:48 -06:00 committed by Oleh Krehel
parent e5104ca416
commit a7c92d884f

View 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`