Oleh Krehel e9d2e60965 Customize the leading char style for chars and words
* avy-jump.el (avy--style-fn): New defun.
(avy--generic-jump): Add a STYLE arg.
(avy-goto-char-style): New defcustom.
(avy-goto-word-style): New defcustom.
(avy-goto-char): Update.
(avy-goto-char-2): Update.
(avy-goto-word-0): Update.
(avy-goto-word-1): Simplify.
(avy-goto-subword-0): Update doc.

Fixes #5
2015-05-07 12:42:58 +02:00
2015-05-05 16:29:21 +02:00
2015-05-05 16:29:21 +02:00
2015-05-05 16:29:21 +02:00
2015-05-07 12:18:01 +02:00

Introduction

avy-jump is a GNU Emacs package for jumping to visible text using a char-based decision tree. See also ace-jump-mode and vim-easymotion - avy-jump uses the same idea.

logo

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.

Description
Jump to things in Emacs tree-style
Readme 757 KiB
Languages
Emacs Lisp 99.6%
Makefile 0.4%