Skip to content
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

Interactive completions does not work #758

Open
dbarati-bf opened this issue Mar 14, 2024 · 3 comments
Open

Interactive completions does not work #758

dbarati-bf opened this issue Mar 14, 2024 · 3 comments

Comments

@dbarati-bf
Copy link

z foo<SPACE><TAB> and z foo have exactly the same functions in my environment, which is cd into highest ranked directory matching foo. I expected z foo<SPACE><TAB> to show interactive completions as per the documentation. What am I doing wrong here?

fzf 0.47.0
zoxide 0.9.4

And I'm on zsh on MacOS 14.1.1.

.zshrc is sourced with

[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
eval "$(zoxide init zsh)"
@ashleybartlett
Copy link
Contributor

Do you have any directories in your database yet? If it matches a single path, it will go that one

@ajeetdsouza ajeetdsouza added the waiting-for-response Waiting for a response from the issue author. label Apr 19, 2024
@arjun810
Copy link

arjun810 commented May 3, 2024

This used to work for me, but stopped working. I do have directories in my database.

Copy link

This issue has been automatically closed due to inactivity. If you feel this is still relevant, please comment here or create a fresh issue.

@ajeetdsouza ajeetdsouza reopened this May 21, 2024
@ajeetdsouza ajeetdsouza removed the waiting-for-response Waiting for a response from the issue author. label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants