Implement regular expression search #4558
andrewrump
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
I know its not the same but have you tried using exact match
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I often know or have unique parts of file names or commands and would love to be able to use fzf to search using regular expression, e.g:
/suspend.+cphackwhich will search for anything which contains
suspendandcphackBeta Was this translation helpful? Give feedback.
All reactions