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
Describe the bug After hitting tab, the under the prompt I have: %F{default}%B%{%}--- local directory ---%{%}%b%f
To Reproduce Steps to reproduce the behavior:
Expected behavior idk, this %F{default}%B%{%}%{%}%b%f shouldn't be visable
Screenshots
Environment
zshrc
# Fzf-tab # git clone https://github.com/Aloxaf/fzf-tab source ~/.config/zsh/plugins/fzf-tab/fzf-tab.plugin.zsh
The text was updated successfully, but these errors were encountered:
Please add this line to zshrc and try again:
zstyle ':completion:*:descriptions' format '-- %d --'
See #24
Sorry, something went wrong.
THANK YOU!! Great plugin, it needs some time to get used to it though
Same, that fixed the same issue for me on zsh/macos. thanks!
No branches or pull requests
Describe the bug
After hitting tab, the under the prompt I have:
%F{default}%B%{%}--- local directory ---%{%}%b%f
To Reproduce
Steps to reproduce the behavior:
Expected behavior
idk, this %F{default}%B%{%}%{%}%b%f shouldn't be visable
Screenshots
Environment
zshrc
The text was updated successfully, but these errors were encountered: