Difference between revisions of "Ace-jump"

From WikEmacs
Jump to navigation Jump to search
(the good ace-jump-mode)
 
(add category)
Line 30: Line 30:
 
[[Category:Text Editing]]
 
[[Category:Text Editing]]
 
[[Category:Third Party Package]]
 
[[Category:Third Party Package]]
 +
[[Category:Buffer Navigation]]

Revision as of 11:49, 10 June 2017

ace-jump-mode
Description A direct cursor location minor mode
Maintainer name of maintainer
Part of Emacs no


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.

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 code-folding with outline, by navigating to a given function or variable definition with imenu, and possibly by all we can find in the Editing and Navigation Categories.