kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 676 forks source link

Less typing to create a new file #712

Open danijar opened 8 years ago

danijar commented 8 years ago

CtrlP saves a lot of typing and thinking when opening files, but not yet when creating new ones. I could think about using fuzzy search and then press <c-y> to create a new file alongside the current best match. Do you think such feature would be useful?