Problem: to navigate backwards with TAB in Zsh similarly as in Firefox by
Shift-TAB
Example of what Shift-TAB should do
I run the following code in terminal
ls <TAB>
I get
A B C D E F G H I J K H L M N...
I see the following in Zsh as I press TAB

I navigate to the folder J by TAB. Then, I observe that I pressed once too often the tab key.
How can you make a backward TAB for Zsh similar as Firefox's Shift-TAB?
