-
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
fzf hash added the path
scheme. This makes it so that we can see prioritized results where the latter parts of the string are matched first (among other tweaks), which is usually what you want when selecting files.
For instance, when I search my source folder and type in modern.sh
:
- using
fzf --scheme=default
the first result is.../modern.sh/README.md
- using
fzf --scheme=path
the first result is.../modern.sh/modern.sh
- using Telescope without
telescope-fzf-native
the first result is.../modern.sh/modern.sh
- using Telescope with
telescope-fzf-native
the first result is.../modern.sh/README.md
Metadata
Metadata
Assignees
Labels
No labels