mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 05:23:05 +00:00
parent
33546b65c4
commit
18cf1ef995
17
README.md
Normal file
17
README.md
Normal file
@ -0,0 +1,17 @@
|
||||
## Introduction
|
||||
|
||||
`avy-jump` is a GNU Emacs package for jumping to visible text using a char-based decision tree. See also [ace-jump-mode](https://github.com/winterTTr/ace-jump-mode) and [vim-easymotion](https://github.com/Lokaltog/vim-easymotion) - `avy-jump` uses the same idea.
|
||||
|
||||

|
||||
|
||||
## Command overview
|
||||
|
||||
You can bind some of these useful commands in your config:
|
||||
|
||||
- `avy-goto-char`: input one char, jump to it with a tree.
|
||||
- `avy-goto-char-2`: input two consecutive chars, jump to the first one with a tree.
|
||||
- `avy-goto-word-0`: input zero chars, jump to word start with a tree.
|
||||
- `avy-goto-word-1`: input one char at word start, jump to word start with a tree.
|
||||
- `avy-goto-line`: input zero chars, jump to line start with a tree.
|
||||
|
||||
There are some more commands which you can explore yourself by looking at the code.
|
Loading…
x
Reference in New Issue
Block a user