marlonrichert / zsh-autocomplete

🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
MIT License
5.38k stars 148 forks source link

To enable one command per line display in the completion menu #606

Closed digika-ding closed 1 year ago

digika-ding commented 1 year ago

What do you want?

To enable one command per line display in the completion menu.

marlonrichert commented 1 year ago

Not possible in Zsh. Each completion function decides by itself whether to show each completion on a separate line or not. This is not configurable. Feel free to request this feature on the official Zsh mailing list.