Would it be possible to have fzf completely replace zsh tab completion? At the lowest level. I don't want to configure fzf per command, e.g just for cd and docker etc - Just replace all tab completion with it.
@junegunn is this possible?
update: based on their reply here, maybe it is not possible: https://github.com/junegunn/fzf/issues/1461
Yes it is possible, I have started a project several days ago: https://github.com/Aloxaf/fzf-tab
It hooks zsh's low level function of completion system to capture the completion list, so it works everywhere!

Most helpful comment
Yes it is possible, I have started a project several days ago: https://github.com/Aloxaf/fzf-tab
It hooks zsh's low level function of completion system to capture the completion list, so it works everywhere!