evil-visualstar

Homepage: https://github.com/bling/evil-visualstar

Author: Bailey Ling

Updated:

Summary

Starts a * or # search from the visual selection

Commentary

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

Dependencies