Difference between revisions of "Ace-jump"
(the good ace-jump-mode) |
(avy) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 23: | Line 23: | ||
= See also = | = See also = | ||
| − | You may be interested by | + | You may be interested by the newer [https://github.com/abo-abo/avy avy-mode]. |
| + | |||
| + | Be sure to check the related categories given below. | ||
[[Category:Intermediate]] | [[Category:Intermediate]] | ||
| Line 30: | Line 32: | ||
[[Category:Text Editing]] | [[Category:Text Editing]] | ||
[[Category:Third Party Package]] | [[Category:Third Party Package]] | ||
| + | [[Category:Buffer Navigation]] | ||
Latest revision as of 11:51, 10 June 2017
Ace-jump-mode can help you to move your cursor to ANY position in emacs by using only 3 times key press. It is an fast/direct cursor location minor mode. It will create the N-Branch search tree internal and marks all the possible position with predefined keys in within the whole emacs view. Allowing you to move to the character/word/line almost directly. You'll understand perfectly with this short demo.
| Description | A direct cursor location minor mode |
|---|---|
| Maintainer | name of maintainer |
| Part of Emacs | no |
Installation
You'll find it in ELPA (don't forget to read the doc of that package and add the corresponding elisp code in your .emacs) and you can use el-get too.
The lisp source is at github : https://github.com/winterTTr/ace-jump-mode/wiki
Usage
You already know that if you watched the short demo : C-c SPC, type in the first character of the word you want to go on, and select it.
See also
You may be interested by the newer avy-mode.
Be sure to check the related categories given below.