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
I'm getting .\ prefix for all files when when using fd command for searching files. When using with VIM this might cause some of my plugins do not work as the path contains .\ prefix in it and looks like this: c:\code\project\.\src\file.js
Here is an example with Windows dir command and fd command. Take a look as the 1st one does not have \. prefix but with fd it does.
The text was updated successfully, but these errors were encountered:
man fzf
)Info
Problem / Steps to reproduce
I'm getting
.\
prefix for all files when when usingfd
command for searching files. When using with VIM this might cause some of my plugins do not work as the path contains.\
prefix in it and looks like this:c:\code\project\.\src\file.js
Here is an example with Windows
dir
command andfd
command. Take a look as the 1st one does not have\.
prefix but withfd
it does.The text was updated successfully, but these errors were encountered: