findfiles.vim is simple script that helps with finding files, using `find . -iname`
Usage:
* type `:Find <file_name> [<find_params> ]` to show list of files that matches
* type `\Find` to call `:Find` with `*<cword>*` as search string
Results window:
* select any file any press <Return> to open it
* press 'o' to open selected file and close results window
* press 'q' to close results window