How can I configure the Zsh tab-completion such that when I type cd ..<TAB>
it expands to cd ../
and after pressing <TAB>
again proposes the folders in the parent directory for completion?
E.g. it should show the same behavior as when typing for example cd Documents<TAB>
which expands to cd Documents/
and after pressing <TAB>
again proposes the folders in Documents
for completion.
As a starting point for configuration I use an empty .zshrc
and Zsh 4.3.9 from MacPorts.