When you reach the desired directory by pressing the tab key, press the right arrow key (or enter a character and delete it). After this completion, use the directory as the base and iterate through its subdirectories.
For example, you have the following file structure in the current directory:
- a
- b
- c
- d
You enter the e command and press the tab key. The first suggested directory is. Press the tab key again to select the next directory - b. And now press the right arrow key. After that directory b is selected and its completion begins.
As I said, you can enter a character and erase it. If you leave a character (or a sequence of characters, such as a prefix), it is used as a filter (selects only those directories whose name begins with a prefix).
I think there are other solutions. But for me itโs enough.
source share