ajeetdsouza / zoxide

A smarter cd command. Supports all major shells.
MIT License
20.33k stars 519 forks source link

Interactive completions does not work #758

Open dbarati-bf opened 3 months ago

dbarati-bf commented 3 months ago

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 commented 2 months ago

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

arjun810 commented 2 months ago

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

github-actions[bot] commented 1 month ago

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