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

z foo<SPACE><TAB> like usage for zoxide interactive completions with fzf not works #286

Open
siuyutpang opened this issue Jul 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@siuyutpang
Copy link

Describe the bug

I have set zoxide and fzf in .zshrc file with znap, following is config

znap eval fzf 'fzf --zsh'
znap eval zoxide 'zoxide init zsh'

but interactive completion not show as expected, when I get rid of znap settings, use regular settings

eval "$(fzf --zsh)"
eval "$(zoxide init zsh)"

it works, so what's the problem with znap

Steps To Reproduce

presume you had already entry ~/.config/zsh and ~/.cache/zsh directory, now u use following command to goto one of them

z zsh <space><TAB>

Expected behavior

An interactive fzf window will show possible selections.

2024-07-05_18-10_1

Observed behavior

only show current file and directory completion.

2024-07-05_18-29

Environment:

  • OS: Arch Linux
  • Terminal: Kitty
  • Zsh version: 5.9
  • Repo version: * main 909e384 Fix typo in Readme
@siuyutpang siuyutpang added the bug Something isn't working label Jul 5, 2024
@dannysteenman
Copy link
Contributor

I had the same issue and switched to regular eval, I think the maintainer is working on a new caching method: #261

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants