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
- Host: GitHub
- URL: https://github.com/rm-hull/vim-locate
- Owner: rm-hull
- Created: 2012-11-18T20:03:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-07-07T12:17:52.000Z (about 12 years ago)
- Last Synced: 2025-08-11T02:36:33.879Z (12 months ago)
- Language: VimL
- Size: 126 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.