-
-
Notifications
You must be signed in to change notification settings - Fork 65
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=defaultthe first result is.../modern.sh/README.md - using
fzf --scheme=paththe first result is.../modern.sh/modern.sh - using Telescope without
telescope-fzf-nativethe first result is.../modern.sh/modern.sh - using Telescope with
telescope-fzf-nativethe first result is.../modern.sh/README.md
Metadata
Metadata
Assignees
Labels
No labels