-
For example, say I have the files (among others)
Searching for the files using upper case letters works by using spaces like "S J Fact". Is it possible to configure consult to be able to fuzzy search for files such that the spaces for prefixes are optional? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You probably use If you talk about fuzzy filtering for arbitrary commands, take a look at the |
Beta Was this translation helpful? Give feedback.
You probably use
consult-fd
orconsult-find
? There we don't have an easy way to enable fuzzy search for external commands but you can a custom regexp compiler, seeconsult--regexp-compiler
.If you talk about fuzzy filtering for arbitrary commands, take a look at the
flex
completion style ororderless-flex
.