You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When using the preview.sh, I'm getting the following error: <3>WSL (34590) ERROR: CreateProcessParseCommon:711: Failed to translate W:\
I can confirm the following is working on drive W:\. command! -bang -nargs=? -complete=dir Files call fzf#run(fzf#wrap({'options': ['--preview', 'bat {}']}))
man fzf
)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 tofzf.vim
.The text was updated successfully, but these errors were encountered: