Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Formatting issues with completion grouping.. help?



On 18 May 2011 18:19, Jay 'Whip' Grizzard <elfchief-zsh@xxxxxxxxxx> wrote:
> Hi zsh users. I have a problem... I've consulted google, I've consulted
> the mailing list archives, I've consulted the docs, and I'm stumped. I
> haven't seen anyone else mention this, so I'm assuming I'm doing
> something wrong, but I can't figure out what it is.
[...]
> I narrowed this down to the most straightforward test case I could, using
> an empty home directory (so no zsh config) on a pretty bare system and
> a fresh environment-cleansing su:
>
> bash$ su - grizzard
> bash$ exec /bin/zsh

You can just use zsh -f instead.

> [grizzard@zash]~% autoload -U compinit
> [grizzard@zash]~% compinit
> [grizzard@zash]~% setopt auto_list bash_auto_list complete_aliases complete_in_word list_types
> [grizzard@zash]~% zstyle ':completion:*:matches' group 'yes'
> [grizzard@zash]~% zstyle ':completion:*:descriptions' format "%B---- %d%b"
[...]
> So... guys... what am I missing? Help? Thanks! :)

zstyle ':completion:*' group-name ''

-- 
Mikael Magnusson



Messages sorted by: Reverse Date, Date, Thread, Author