Closed poslat-pismo closed 5 months ago
Hello, is it possible to make fzf completion show directories first?
zstyle ':z4h:fzf-complete' sort false zstyle ':z4h:fzf-complete' list-dirs-first true
or
zstyle ':completion:*' sort false zstyle ':completion:*' list-dirs-first true
Both options are not working. What am I doing wrong?
This works for me: https://github.com/romkatv/dotfiles-public/blob/b6657778b5a30b7dcf413ae0604a148741b40b5d/.zshrc#L167-L168
OK, I found that zstyle ':completion:*' file-patterns '^codeium:directories' was the problem Thank You
zstyle ':completion:*' file-patterns '^codeium:directories'
Hello, is it possible to make fzf completion show directories first?
or
Both options are not working. What am I doing wrong?