-
Notifications
You must be signed in to change notification settings - Fork 0
Open file quickly by using autocomplete
vim-scripts/FindFile
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=1899 Somewhat similar to locate on Unix, FindFile allows you open a file quickly by typing in its file name. You can use :FC to generate the cache of all files in a directory recursively, then using :FF will open a buffer that can autocomplete on the filenames that are cached. Pressing <Enter> will open the file. This is a pure vim implementation and the cache is stored in memory using a vim dictionary. It should work on both Windows and Unix. See http://wlee.net/FindFile.swf.html for details.
About
Open file quickly by using autocomplete
Resources
Stars
Watchers
Forks
Packages 0
No packages published