[BUG] Styles Not Working for local-directories and Similar Tags in Completion #466
Open
5 tasks done
Labels
bug
Something isn't working
Describe the bug
When trying to use
local-directories
as a tag to set the fzf-preview style (zstyle ':fzf-tab:complete:*:local-directories' fzf-preview 'eza ${(Q)realpath}'
), it doesn't work. However, when switchinglocal-directories
out with another tag such asoptions
, you can see the preview when completing. The same problem persists withfiles
,all-files
,globbed-files
,other-files
,directories
,local-directories
,named-directories
, andpath-directories
.I can make sure:
compinit
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The preview window should show up with a directory listing of the selected completion
Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
Minimal zshrc
The text was updated successfully, but these errors were encountered: