zoxide icon indicating copy to clipboard operation
zoxide copied to clipboard

Interactive completions does not work

Open dbarati-bf opened this issue 11 months ago • 3 comments

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)"

dbarati-bf avatar Mar 14 '24 08:03 dbarati-bf

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

ashleybartlett avatar Apr 11 '24 00:04 ashleybartlett

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

arjun810 avatar May 03 '24 23:05 arjun810

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

github-actions[bot] avatar May 21 '24 00:05 github-actions[bot]

Closing as duplicate of https://github.com/ajeetdsouza/zoxide/issues/737.

ajeetdsouza avatar Sep 12 '24 23:09 ajeetdsouza