On Tue, Jul 6, 2010 at 11:52 AM, Rick R <[email protected]> wrote: > What I want is the behavior that I get in all the IDEs where I have a > project opened and I can just hit a shortcut key and start typing the name > of a file and it prompts me with choices of files that match the name, > regardless of what directory they are in. >
Found a post on another site. Solution append **/ after FuFile so my mapping is now: map <leader>f :FufFile **/<CR> things are fine now. -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
