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

https://github.com/rm-hull/vim-locate

A vim plugin that integrates the unix locate database
https://github.com/rm-hull/vim-locate

Last synced: 6 months ago
JSON representation

A vim plugin that integrates the unix locate database

Awesome Lists containing this project

README

          

# vim-locate

A vim plugin that integrates the unix locate database, allowing fast
partial case-insensitive file name searching. Matching files are loaded
in a locate window list.

## Installation

Copy the `plugin/locate.vim` file to `~/.vim/plugins` and add the following
to your `~/.vimrc` configuration to invoke with F4:

nnoremap :Locate

## Usage

Use `:Locate`, press F4, or select `Tools --> Search --> File Names`.
The word currently under the cursor will be pre-selected. A readline
history is maintained of previous search phrases.

## License

Copyright © 2012 Richard Hull

Distributed under the Eclipse Public License.