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

zsh autocomplete is not working #737

Open
AethanFoot opened this issue Feb 27, 2024 · 3 comments
Open

zsh autocomplete is not working #737

AethanFoot opened this issue Feb 27, 2024 · 3 comments

Comments

@AethanFoot
Copy link

I can't tell if this is an exact repeat or if it is slightly different.

zoxide 0.9.4
zsh 5.9 ~Using zinit
Arch Linux

I have checked through the init script and it appears to failing in calling the binding on line 92. I tested by manually binding the widget __zoxide_z_complete_helper to the home key, then if I setup when a completion should happen clear it and press my binding, it runs properly. So I am presuming the way printf works has changed in some way such that printing a keycode doesn't activate the key.

@wytsai7660
Copy link

wytsai7660 commented Feb 28, 2024

same issue here

macOS Sonoma 14.2.1 23C71 arm64
zoxide 0.9.4
zsh 5.9 (x86_64-apple-darwin23.0)
zinit v3.13.1-4-g6511ca7f (darwin23.0_arm64)

@jakenvac
Copy link

jakenvac commented Mar 8, 2024

Edit: I'm an idiot - I had "tidied" up my configs and removed autoload -Uz compinit && compinit from my .zshrc.

After restoring that at the top of my .zshrc completions work as expected.

@tabedzki
Copy link

tabedzki commented May 3, 2024

@AethanFoot can you post your fix that restored the functionality? And is it possible to bind it to the tab key?
Thanks in advance

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