Aloxaf

Results 134 comments of Aloxaf

@Kedap what's your CPU?

This PR fixes it for me: https://github.com/thp/pyotherside/pull/131

@HeroicKatora Yes, maybe it would be a good idea to port it rust?

This bug can be reproduced without fzf-tab: ```zsh > autoload -U compinit; compinit _tst() { local -a subcmds topics subcmds=('c:description for c command' 'd:description for d command') topics=('c:description for c...

I am not sure, this seems to be a known issue: https://github.com/zsh-users/zsh/blob/master/Completion/Base/Utility/_describe#L3-L8

Temporary workaround for anyone encountering this problem: ```zsh zstyle ':completion:*:complete:networkctl:*' list-grouped true ```

What is your plugin loading order? Did you make sure fzf-tab was loaded before z-sy-h?

what's the output of `echo $widgets[fzf-tab-complete]`?

can you remove zsh-autosuggestions and try again?

try `zstyle ':fzf-tab:*' fzf-flags --height=10`