If I want to create a new file config/initializers/NEW_FILE.rb
under CTRLP,
I need to type the full path, how could I use the fuzzy search function to auto-complete the config/initializers/
in the typing area.
That is, I can type cfg/ini_
then I can type some key to auto complete config/initializers/
CtrlP will autocomplete the current path segment when you hit the
<Tab>
key.