Customizing zsh allows you to simply hit the tab key and let you cycle through directories. See this answer.
That is an amazing workflow improvement, but I need help with the following:
How can I achieve, that zsh tab completion will show me ALL files and folders and lets me cycle through them? (Actually it only shows files when there is no more directory to change to.)
In addition, it would be very useful, that it will not put "cd" in front of the completion when the choice is a file and not a folder.
(I use the systems mime to open files from terminal.)
Thanks.