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
vim has tab completion of file names, but unfortunately it shows the entire first match instead of just stopping when it reaches an ambiguity like bash tab completion does.