You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One feature of zsh-autocomplete we might consider adding an option for is always-active completions, i.e. you don't need to press tab to open the completion menu.
One use case of this is that is makes navigating around the filesystem easier as you don't have to alternate between ls and cd.
Nested folders in particular are very easy to navigate just by pressing 'tab' over and over:
I'd love this, not having a better completion like the one provided by the aforementionned library is a showstopper for me for using nushell. Ideally it would also work for any kind of completion, and display the description of the command options. Fuzzy matching for the path (like the one provided by ido on emacs) would also be extremely helpful.
One feature of zsh-autocomplete we might consider adding an option for is always-active completions, i.e. you don't need to press tab to open the completion menu.
One use case of this is that is makes navigating around the filesystem easier as you don't have to alternate between
ls
andcd
.Nested folders in particular are very easy to navigate just by pressing 'tab' over and over:
Related: #357
The text was updated successfully, but these errors were encountered: