Skip to content

preview.sh is inaccessible under Windows by default. #1536

Open
@mbilyanov

Description

@mbilyanov

Under Windows, I'm unable to get a preview by running the default :Files command.

Following further investigation, I found out that it is possible to run the preview.sh file but with the following modification.

bash /mnt/c/Users/milen/.cache/dein/repos/github.com/junegunn/fzf.vim/bin/preview.sh

In fact, anything will work when the /mnt/c/ section is provided even with a simpler path. So the following also works.

bash /mnt/c/Users/milen/preview.sh

So the command(s) above are working, however the defaults are unable to execute preview.sh. What would be the simplest way to pass that information to fzf.vim.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions