-
In my project, I have a symbolic link to another directory, and I'd like fzf-lua to treat those files as part of the current working directory when using the oldfiles picker. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You’ll most likely need to create a custom oldfiles for that, enumerate all |
Beta Was this translation helpful? Give feedback.
You’ll most likely need to create a custom oldfiles for that, enumerate all
:oldfiles
, test for symbolic links usinguv.fs_stat
, resolve the link and then test forcwd_oniy
(or send to make_entry.file` with the correct cwd and let it do the filtering for you).