Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: cd /u/N/v/ tab expansion
On Fri, Apr 8, 2022 at 3:22 AM david rayner <david@xxxxxxxxxxxxxx> wrote:
>
> cd /z/z/z will not expand as no such hierarchy exists on my pc but as
> you get no warning message you may (incorrectly) think the feature isn't
> working
You should get a beep unless you have the "nobeep" setopt.
And if you have a zstyle for the 'format' tag, you get visual feedback:
% zstyle ':completion:*' format %d
% cd /z/z/z<TAB>
`file'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author