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

[BUG] %F{default}%B%{%}%{%}%b%f #98

Closed
20jam opened this issue Jun 14, 2020 · 3 comments
Closed

[BUG] %F{default}%B%{%}%{%}%b%f #98

20jam opened this issue Jun 14, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@20jam
Copy link

20jam commented Jun 14, 2020

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:

  1. Type '...'
  2. Press Tab
  3. See error

Expected behavior
idk, this %F{default}%B%{%}%{%}%b%f shouldn't be visable

Screenshots

Environment

  • OS: Arch Linux
  • zsh version: 5.8
  • fzf-tab version: Last

zshrc

# Fzf-tab
# git clone https://github.com/Aloxaf/fzf-tab
source ~/.config/zsh/plugins/fzf-tab/fzf-tab.plugin.zsh

@20jam 20jam added the bug Something isn't working label Jun 14, 2020
@Aloxaf
Copy link
Owner

Aloxaf commented Jun 15, 2020

Please add this line to zshrc and try again:

zstyle ':completion:*:descriptions' format '-- %d --'

See #24

@Aloxaf Aloxaf closed this as completed Jun 16, 2020
@20jam
Copy link
Author

20jam commented Jun 16, 2020

THANK YOU!! Great plugin, it needs some time to get used to it though

@megalithic
Copy link

Same, that fixed the same issue for me on zsh/macos. thanks!

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

3 participants