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

Bug in zsh_directory_name_cdr completion?



Hi!

There seems to be a bug in zsh_directory_name_cdr_completion.  When
trying to complete anything but the most recent directory, the
completion fails with “no matches for `recent directory index'”.  That
is, cd ~[1<Tab> works, but cd ~[8<Tab> doesn’t.

Also, wouldn’t it be nice if cd ~[1]/<Tab> would offer completions
under the most recent directory, perhaps even expanding ~[1] to the
directory’s name so that the history gets the benefit of the
non-contextual directory name?

Also, I’m unable to use list-colors together with the dir-index tag:

zstyle ':completion:*:*:-subscript-:*:dir-index' list-colors …

What am I doing wrong?



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