Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fcpg/vim-spotlightify
Highlighted search results, improved
https://github.com/fcpg/vim-spotlightify
highlighting searching vim
Last synced: 2 months ago
JSON representation
Highlighted search results, improved
- Host: GitHub
- URL: https://github.com/fcpg/vim-spotlightify
- Owner: fcpg
- Created: 2017-09-12T16:41:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T10:12:36.000Z (about 7 years ago)
- Last Synced: 2024-08-02T05:13:23.141Z (6 months ago)
- Topics: highlighting, searching, vim
- Language: Vim script
- Homepage:
- Size: 17.6 KB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
A\_ _ _ (o)
/`Y \ /o._ ___(_`._ __|_|o _ |__|_o_|_ /
\ \/ || | | ,_)|_)(_)|_||(_|| ||_| |\/ \
^ | _| / ^
```Spotlightify highlights your search results while you are navigating through
them (with `n/N` and family), and automatically turn the highlighting off when
you are done.Occurrence under cursor is highlighted differently ("spotlit") for easier
navigation.By default, `c` is mapped to a "search & replace" on the current word,
repeatable (with `.`) on other occurrences of that word. All instances are
highlighted accordingly during the operation.[![asciicast](https://asciinema.org/a/dcFbyEBaHTUNUCX3ZEmYoz4mh.png)](https://asciinema.org/a/dcFbyEBaHTUNUCX3ZEmYoz4mh)
Requirements
-------------
This plugin requires `execute()` function and `OptionSet` event
(Vim8 or late 7.4 patches).Installation
-------------
Use your favorite method:
* [Pathogen][1] - git clone https://github.com/fcpg/vim-spotlightify ~/.vim/bundle/vim-spotlightify
* [NeoBundle][2] - NeoBundle 'fcpg/vim-spotlightify'
* [Vundle][3] - Plugin 'fcpg/vim-spotlightify'
* manual - copy all files into your ~/.vim directoryAcknowledgments
----------------
Originally a fork from [@romainl](https://github.com/romainl) `vim-cool`.Many thanks to [@igemnace](https://github.com/igemnace) on #vim for testing.
License
--------
[Attribution-ShareAlike 4.0 Int.](https://creativecommons.org/licenses/by-sa/4.0/)[1]: https://github.com/tpope/vim-pathogen
[2]: https://github.com/Shougo/neobundle.vim
[3]: https://github.com/gmarik/vundle