Reputation: 20189
I found this plugin:
http://vim.wikia.com/wiki/Find_files_in_subdirectories
to be really useful to find a file(s) using a wild card. For example, I can execute
:Find edit*.php
and it will find all the PHP files starting with the word edit. What I would really like to have is to somehow index all the files in my working directory so that I can press the key and Vim will auto complete the name for me according to the existing files in that directory. Any idea if this is possible?
Actually, the second part of this question is do you know whether this is possible in Linux terminal? It saves much time to be able to index all the files in your complicated project so that you can go to them quickly.
Regards,
Rafid
Upvotes: 2
Views: 1839
Reputation: 76755
find
command.Upvotes: 3