Files
memex/0_inbox/in/Scrivener_Emacs_Vim/elpa/evil-visualstar-readme.txt
2026-03-15 14:37:05 -04:00

13 lines
329 B
Plaintext

Install:
(require 'evil-visualstar)
Usage:
(global-evil-visualstar-mode t)
Make a visual selection with `v` or `V`, and then hit `*` to search
the selection forward, or # to search that selection backward.
If the evil-visualstar/persistent option is not nil, visual-state
will remain in effect, allowing for repeated * or #.