I am working on Zsh 5.0.2 (latest stable version), and I noticed that:
dirs -v
and
cd -<TAB>
show a different list of directories (or at least directories in different order).
Moreover, it seems as if cd - shows oldest directories at the top, with the more recent directories at the bottom (exactly the opposite of what I want)
Why are these lists different, and how can I change the options of these lists?