Skip to content

Support fzf --scheme=path behavior #146

@acook

Description

@acook

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions