The canonical way to open a file for editing is:
:e file
:e fi<Tab>
:e f*/fil<Tab>
:e **/f*/fil<Tab
filea fileb filec filed ------------------------------------ [filea] fileb filec filed ------------------------------------ :e filea
The canonical way to open a file for editing is:
Of course you can use tab-completion: And the "star" wildcard: And the awesome "starstar" wildcard: It's even better if you activate the "wildmenu" and play with the "wildmode" option: CtrlP is a great plugin that I use extensively all day long but… there are other ways, beyond find and grep.