-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working for me on bash #38
Comments
I'm not sure what you mean here |
Sorry corrected . I meant tab completion options are not coming up after pressing tab . |
can you post here what completions you get with fzf and another without fzf |
@neerajbadlani it worked for me out of the box (fresh installation). Are you sure you have git completions installed? |
I have similar issue. If I use the command vim ** then all files/dirs recursively are searched while typing. |
Are you on a Mac, and if so, have you installed gawk? |
@duganchen I am on linux(ubuntu 20). It is the same problem for git+tab. Only the files in the current directory are shown. GNU Awk 5.0.1, API: 2.0 (GNU MPFR 4.0.2, GNU MP 6.2.0) |
Two years later and it still works for me on fresh install, for the record, necessary config:
Make sure fzf script is placed in given directory:
Make sure you have completions installed:
|
[~] source ~/fzf-tab-completion/bash/fzf-bash-completion.sh |
I followed bash steps as mentioned in the wiki :
After that, when i do
I expected autocompletion to pop up . However fzf does come up, but only with files in the current directory rather than
tab completion options .
The text was updated successfully, but these errors were encountered: