-
Notifications
You must be signed in to change notification settings - Fork 47
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
allow disabling default regexp #19
Comments
In the current version is not possible to disable default patterns, but that's a good point. It could be fixed by conditionally adding patterns to the To enable this, a new variable PR welcome! \o/ |
I agree that this would be a useful modification. Also even without disabling default patterns, I think the user ones should take precedence. Currently it seems they are matched after the built-ins. |
@Morantron sounds like you'd then have to give clear, understandable names to the default patterns? Might be tricky to do it well. We could go for adding just a way to disable the default patterns? Since the user anyway is about to customize their own... Like |
You are right 🤔 Regarding the PR, I'm rewriting the whole thing in ruby. Just need to get my ass to document the changes and release it once and for all. |
Oh, that's somewhat unfortunate for me personally. Bash and gawk is O-K, but I'd not depend on having ruby on my systems for this kind of basic working-environment stuff. I'd have to remain on tmux-fingers in bash. Hohum. |
¯\_(ツ)_/¯ |
Fixed in 2.2.0 (seven years later hehehehehe). Check out this new option |
Is it possible to disable the default search parameters? I don't really need number searching, and I don't really find the path searching that useful since it gets a lot of false positives. Thus, these hints clutter the display making it harder to locate the things I want to copy.
The text was updated successfully, but these errors were encountered: