-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add autocomplete support for zsh and fish shells #267
Conversation
5578e03
to
28d0af0
Compare
28d0af0
to
4dacf49
Compare
4dacf49
to
75b7f2b
Compare
Co-authored-by: emnoor-reef <[email protected]>
The first time triggering the autocomplete just prints with completion options. On the second time the auto completion can be selected. The printed options from the first time stays in the shell scrollback buffer, which doesn't usually happen on zsh. Screen.Recording.2024-03-28.at.9.31.46.PM.mov |
Something similar happens on fish. The autocomplete selection actually starts on send Tab. But the options are not left in scrollback buffer like zsh. Not a fish user, so IDK if this behaviour is expected. Screen.Recording.2024-03-28.at.9.40.27.PM.mov |
this behavior is due to the sheer number of completions suggested as far as I can tell - I can reproduce it using by trying to complete |
If you have too many suggestions, zsh prompts you if you want to see them or not:
For b2 it doesn't happen. |
No description provided.