Let's say you have two paths:
In Vim's command-t, you can write:
"app/controllers/fe"
And it will match both paths.
On helm-cmd-t, if I write "app/controllers/fee", it will only match "fee_controller". If I want to match both, I have to use a regexp, as in "app/controllers/.*, which is not that bad, but requires more keystrokes.
Is there a way to make helm/helm-cmd-t's matching algorithm behave similarly to command-t's one?
Cheers!
Marcelo.