Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunacookies/vim-glance
Vim plugin to search in the current screen
https://github.com/lunacookies/vim-glance
Last synced: 16 days ago
JSON representation
Vim plugin to search in the current screen
- Host: GitHub
- URL: https://github.com/lunacookies/vim-glance
- Owner: lunacookies
- License: isc
- Created: 2019-04-28T23:49:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T00:09:51.000Z (over 5 years ago)
- Last Synced: 2024-10-22T18:25:59.377Z (2 months ago)
- Language: Vim script
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-glance
A tiny Vim plugin that does just one thing: search in all visible lines of the current buffer.
To use it, install with your favourite Vim plugin/runtimepath manager, or do it the old-fashioned way and copy `autoload/glance.vim` and `plugin/glance.vim` into `~/.vim/autoload/glance.vim` and `~/.vim/plugin/glance.vim` respectively.
All that’s left is to add this line to your `vimrc`,
nmap (Glance)
where `` is what key you would like to use to trigger vim-glance.
**That’s it.**