Replies: 1 comment 1 reply
-
The combine is currently very simple, it’s just combining the outputs of both at the shell level, I’ll have to think about it, maybe we add an option to pipe the output and use the shell to filter or a I’ll think about a different way to combine the contents at the lua level. There’s a lot of features we can add to it (headers before new content, etc), maybe even switching previewer so we’re not limited to one type of entries, I’ll slowly improve on this very rudimentary version. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When combining pickers, duplicate files are included in the result. Is there a way to restrict it to only unique files?
For example, if
:FzfLua oldfiles
returnsAnd
:FzfLua files
returnsThen
:FzfLua combine pickers=oldfiles,files
would return:What I'm expecting:
Beta Was this translation helpful? Give feedback.
All reactions