Skip to content
Discussion options

You must be logged in to vote

Fuzzy completions already have special syntax for more exact searches.

You can use $ for suffix match, ^ for prefix match, ' for substring match, ! for negated substring match (every that contains this substring will be removed), !^ for negated prefix match and !...$ for negated postifx match.

This syntax allows what you have described. For example

^directory/to/search .rs$

I don't see us implementing a regex mode for the pickers.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@yoav-lavi
Comment options

Answer selected by pascalkuthe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants