Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattn/vim-fixedsearch
https://github.com/mattn/vim-fixedsearch
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattn/vim-fixedsearch
- Owner: mattn
- Created: 2017-07-17T05:47:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T03:19:49.000Z (over 7 years ago)
- Last Synced: 2024-10-04T18:55:47.410Z (about 1 month ago)
- Language: Vim script
- Size: 15.6 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-fixedsearch
![screenshot](https://raw.githubusercontent.com/mattn/vim-fixedsearch/master/screenshot.gif)
fixed search plugin. no escaping pattern required.
## Usage
`,/` is assigned for key binding in default.
## Requires
If want to enable incremental search, [vim-prompter](https://github.com/mattn/vim-prompter) should be installed.
## License
MIT
## Author
Yasuhiro Matsumoto (a.k.a. mattn)