zsh-snap
zsh-snap copied to clipboard
z foo<SPACE><TAB> like usage for zoxide interactive completions with fzf not works
trafficstars
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.
Observed behavior
only show current file and directory completion.
Environment:
- OS: Arch Linux
- Terminal: Kitty
- Zsh version: 5.9
- Repo version: * main 909e384 Fix typo in Readme
I had the same issue and switched to regular eval, I think the maintainer is working on a new caching method: https://github.com/marlonrichert/zsh-snap/issues/261