-
Notifications
You must be signed in to change notification settings - Fork 423
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
Z tab complete doesn't work #2026
Comments
My guess is that Warp is unable to parse the Z plugin in addition to our built-in completion. You can disable the Z completion plugin in your dotfiles just for Warp by using this conditional statement: if [[ $TERM_PROGRAM != "WarpTerminal" ]]; then
##### WHAT YOU WANT TO DISABLE FOR WARP - BELOW
$(brew --prefix)/etc/profile.d/z.sh
##### WHAT YOU WANT TO DISABLE FOR WARP - ABOVE
fi
We have a list of incompatible tools here which includes completion plugins like z and FIG: https://docs.warp.dev/help/known-issues#list-of-incompatible-tools I'm changing this one into a feature request for Z support as we don't currently support this plugin. |
Any estimate when we can expect this? This is a dealbreaker for me. Do you at least provide any alternative which I didn't find? |
I think this is a nice feature. I wish this feature coming soon. |
Now, the warp version is v0.2023.02.07.08.03.stable_01 which supports only z's functionality. |
hope this feature comes asap |
Yeah this would be very much appreciated! |
Works fine for me in zoxide which I switched to from |
Can confirm this works! |
Discord username (optional)
theskillwithin#1045
Describe the bug
When using z ( https://formulae.brew.sh/formula/z#default ). the tab autocomplete does not work in warp. I also tried right arrow as well.
rupa/z#319
To Reproduce
Expected behaviour
expecting to see the autocomplete tab list
Screenshots
No response
Operating System
MacOS
OS Version
13
Shell Version
zsh 5.8.1 (x86_64-apple-darwin22.0)
Warp Version
v0.2022.10.25.08.06.stable_02
Additional context
No response
Does this block you from using Warp daily?
No
Warp Internal (ignore): linear-label:b8107fdf-ba31-488d-b103-d271c89cac3e
No response
The text was updated successfully, but these errors were encountered: