Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bling/evil-visualstar
Start a * or # search from the visual selection
https://github.com/bling/evil-visualstar
Last synced: about 2 months ago
JSON representation
Start a * or # search from the visual selection
- Host: GitHub
- URL: https://github.com/bling/evil-visualstar
- Owner: bling
- Created: 2013-09-25T00:10:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-11-13T13:45:40.000Z (about 3 years ago)
- Last Synced: 2024-11-09T20:37:43.995Z (2 months ago)
- Language: Emacs Lisp
- Size: 8.79 KB
- Stars: 75
- Watchers: 7
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
evil-visualstar
===============This is a port of one of the many visual-star plugins for Vim to work with [evil-mode](https://bitbucket.org/lyro/evil/wiki/Home).
installation
============Install `evil-visualstar` from [MELPA][1].
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.[1]: http://melpa.org