2015/08/18 23:38, oshua Buxton <josh@xxxxxxxxxxxxxxx> wrote:
> Unfortunately, if "cd Te<tab>" is used, "cd Temp1/" is filled in and
> nothing else will be suggested.
You may try
zstyle ':completion:*:complete:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
Is this what you want?