Search Directory File Preview Says Existing File Doesn't Exist #221
-
Hello, When using CTRL+ALT+F to search a directory, when my pwd is But if I Did I do somthing wrong? Is this a known issue? How can I fix it? My OS is: Ubuntu 21.10 All software dependency versions are:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 35 replies
-
Hi, this might be a bug. what's your username? Does it have a space in it? |
Beta Was this translation helpful? Give feedback.
-
I have some clue... I inserted |
Beta Was this translation helpful? Give feedback.
My temporary dirty hack is to replace
--preview='_fzf_preview_file {}'
with--preview="_fzf_preview_file $(pwd)/{}"
in--preview='_fzf_preview_file {}'
. It works.My environment: