Zsh completions? #756
Guitaricet
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! Trying wave as an alternative to Warp and my main problem with Warp is that zsh completions do not work and the internal completions system is not satisfactory to me. Warp developers publically stated that they do not plan to support regular bash/zsh/fish completions, so I thought Wave could be an alternative. However (at least with the default settings) even simple
cd my_path
completions do not work if you have a case mismatch.Also, my command history is currently ignored by Wave. E.g., if
history
isthen typing
scp
and then up-arrow does not bring anything (expectedscp Downloads/test.zip server2:/my/path/
).Are there any plans to support native zsh completions?
Beta Was this translation helpful? Give feedback.
All reactions