Replies: 2 comments 1 reply
-
We don't provide fuzzy completion for fish, only for bash and zsh. https://github.com/junegunn/fzf?tab=readme-ov-file#fuzzy-completion-for-bash-and-zsh |
Beta Was this translation helpful? Give feedback.
1 reply
-
have you tried setting up ctrl-T integration for fish? This offers the same functionality (at least for me) as **<Tab> Lines 134 to 151 in 9c1a47a Lines 220 to 223 in 9c1a47a Mentioned in the docs # Set up fzf key bindings
fzf --fish | source |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
So i'm just getting started with

fzf
. I am using the fish shell (maybe that is my issue):when i do anything ** this is what happens (ls **)):
so it just list all the files in that directory & every directory below it. Is this because i'm using fish shell or is there something else i'm doing wrong?
Thanks....
Beta Was this translation helpful? Give feedback.
All reactions