I have a simple issue with zsh
. Sometimes, I am in a directory with multiples sub-directories.
So, when I do a $ ls[TAB]
or $cd[TAB]
, I list all these sub-directories.
But how to accept one of the suggestions for sub-directories? Is there a short cut or a key to choose a directory to go deeper in this directory.
I must precise that I don't know systematically the content of these subdirectories, so I can't often choose a subdirectory in which the first letter of filename could allow me to choose automatically the sub-directory to explore.
I was looking for a solution on the web but documentation about zsh completion is pretty big.