I strictly use vim, but I was playing with emacs and really like ido-mode when opening files. just start typing part of a filename and it narrows down the search and just press enter when the file you want is at the front of the list. is there anything similar for vim? i've been searching with no luck.
thanks
I think the plugin 'command-t' might be what you're looking for: https://wincent.com/products/command-t http://www.vim.org/scripts/script.php?script_id=3025
This plugin maps t to a function which opens a window with a filtered list of files. When you start typing, the files are filtered in realtime, and you can press enter to select the topmost file.