-
with fzf's out-of-the-box fish extension, I can change the source
but I don't find a way to achieve this, what should I replace |
Beta Was this translation helpful? Give feedback.
Answered by
PatrickF1
Aug 5, 2023
Replies: 1 comment 7 replies
-
Hi Steve, are you asking how to configure [Search Directory](https://github.com/PatrickF1/fzf.fish#-search-directory) so that reloads with different input on Ctrl-D and Ctrl-F?
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try passing those key bindings into
fzf_directory_opts
Something like
just tested it and it works for me. Make sure you have fd installed
Would you mind marking this as answer if it's what you want?