Closed muellerj closed 10 years ago
Okay, seems like a nice idea. (Let's keep it simple and not introduce "un-quoting" operator :smiley:) But it should definitely be another mode. We should not break backward compatibility. I'll let you know when it's done.
Now you can use the new -e
(or --extended-exact
) option.
Let me know if you run into any problem. Thanks.
Works like a charm - Thanks :thumbsup:
The behaviour in Sublime-Text, CtrlP etc. fuzzy-finders defaults to treating space-seperated chunks as exact-search patterns. If I have a directory structure like so for example
I would like to be able to enter
pro asd make
in order to get to the 2 files. In extended mode however, I need to quote the chunks individually:(desired behaviour, but typing apostophes is annoying)
(no apostrophes lead to undesired behaviour)
Would it be possible to make the default behaviour in extended mode look for exact matches? Baring that, maybe a different mode
-X
, which has that behaviour?