dotfiles/emacs-lisp/avy.org
2023-09-16 19:54:12 +02:00

481 B

Avy

#

avy 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 uses the same idea.

  (use-package avy
    :straight t)