Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.**