Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate multiple patterns by space #38

Closed
wellle opened this issue Apr 3, 2014 · 3 comments
Closed

Separate multiple patterns by space #38

wellle opened this issue Apr 3, 2014 · 3 comments

Comments

@wellle
Copy link
Contributor

wellle commented Apr 3, 2014

In a recent discussion about Zed the topic of fuzzy matching came up and I liked the idea of using multiple patterns separated by space.

In Komodo, space is treated as a logical AND, which you can use to more effectively search the above.

I imagine it like this: I have entered the search term foobar and it's currently matching hundreds of lines beginning with foo and ending with bar. To match the single line foo/gunn/bar I would just append to foobar gunn instead of having to remove bar.

Makes sense?

@junegunn
Copy link
Owner

junegunn commented Apr 3, 2014

I believe we already have the option: check out extended search mode. I was hesitant to implement the feature at first, but now it's on my $FZF_DEFAULT_OPTS.

@wellle
Copy link
Contributor Author

wellle commented Apr 3, 2014

Oh you are right. Sorry for the noise :)

@wellle wellle closed this as completed Apr 3, 2014
@junegunn
Copy link
Owner

junegunn commented Apr 3, 2014

No problem :)

junegunn pushed a commit that referenced this issue Jan 16, 2024
Honor the LC_ALL environment variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants