Using orderless pattern matching for consult-find/fd/grep/ripgrep with a prefix argument #1300
Unanswered
abdulnafe-t
asked this question in
Q&A
Replies: 1 comment
-
|
I believe I have found a solution, replacing the call to I've updated the wiki accordingly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm using the snippet provided in the wiki to use orderless pattern matching with consult-fd/find... by advising the functions. This works as intended, unless the functions are called interactively with a prefix argument to change directories first. In that case, the results are matched using consult's own regexp-compiler.
Without prefix argument, using
orderless-flex:With prefix argument (decidedly not using
orderless-flex, as there are no results at all without the space in the middle):Beta Was this translation helpful? Give feedback.
All reactions