Files
memex/0_inbox/Scrivener_Emacs_Vim/elpa/evil-visualstar-readme.txt

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 #.