mrjohannchang / zsh-interactive-cd

Fish like interactive tab completion for cd in zsh
Mozilla Public License 2.0
314 stars 37 forks source link

An option so that you do not have to press <tab> (ever) #5

Closed devgg closed 4 years ago

devgg commented 6 years ago

Would it be possible for the menu to pop up as soon as you wrote "cd "? And then stay until the whole path is completed. Each time you press the next popup appears. If you press backspace the prompt disappears and you can delete the path as normal.

jrwrigh commented 4 years ago

Note this issue is not totally resolved. There are three components I see in this:

Only the last one was resolved in #13. I'm not sure how to implement the second one. I don't think the first one is possible, but I'm not familiar with how the zsh completion system works.