When I\'m opening a new file in Vim and I use tab completion, it completes the whole file name instead of doing the partial match like Bash does. Is there an option to make
Try using :set wildmenu. Apart from that, I'm not sure what exactly you're trying.
:set wildmenu
Oh, yeah, and maybe try this link: link