We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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>
An interactive fzf window will show possible selections.
only show current file and directory completion.
The text was updated successfully, but these errors were encountered:
I had the same issue and switched to regular eval, I think the maintainer is working on a new caching method: #261
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I have set zoxide and fzf in .zshrc file with znap, following is config
but interactive completion not show as expected, when I get rid of znap settings, use regular settings
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
Expected behavior
An interactive fzf window will show possible selections.
Observed behavior
only show current file and directory completion.
Environment:
The text was updated successfully, but these errors were encountered: