evil-visualstar
- Description
- Starts a * or # search from the visual selection
- Latest
- evil-visualstar-0.2.0.tar (.sig), 2024-Apr-05, 20.0 KiB
- Maintainer
- Atom feed
- evil-visualstar.xml
- Website
- https://github.com/bling/evil-visualstar
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install or list-packages.
Full description
evil-visualstar
This is a port of one of the many visual-star plugins for Vim to work with evil-mode.
installation
Install evil-visualstar from MELPA.
usage
Add (global-evil-visualstar-mode) to your configuration.
Make a visual selection with v or V, and then hit * to search that 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 #.
Note that you than have to exit visualstar-mode before hitting a direction key to avoid extending the selection.