Skip to content
Discussion options

You must be logged in to vote

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.

You’ll most likely need to create a custom oldfiles for that, enumerate all :oldfiles, test for symbolic links using uv.fs_stat, resolve the link and then test for cwd_oniy (or send to make_entry.file` with the correct cwd and let it do the filtering for you).

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Marskey
Comment options

@ibhagwan
Comment options

Answer selected by Marskey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants