Can you make helm matching algorithm behave like Vim's command-t ?

47 views
Skip to first unread message

celo...@gmail.com

unread,
Mar 26, 2013, 1:07:50 AM3/26/13
to emacs...@googlegroups.com

Let's say you have two paths:

  • app/controllers/admin/feedback_controller.rb
  • app/controllers/fee_controller.rb

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.

Reply all
Reply to author
Forward
0 new messages