-
Notifications
You must be signed in to change notification settings - Fork 628
Tab key conflict between Zoxide and Warp terminal #614
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
Comments
I had wondered about this, its peculiar since its sponsored by warp too... |
Same problem. It's quite annoying |
Same here. I installed zoxide via home brew. Tab completion works on the built in macos terminal but not with warp
|
still facing this issue |
Warp does things a little differently from other terminals. To the best of my knowledge (I don't work at Warp), the way they're able to create an IDE-like typing experience is because you're essentially typing in a text box that has nothing to do with the shell. Warp does not send anything to the shell till you press Return. The downside is that some shell features like completions no longer work with Warp. They work around the problem by using Fig completions for popular commands, but it's not likely we'll see custom completions like Space+Tab anytime soon.
I had been using Warp for around a year before they approached me for a sponsorship, and I still do. While I miss Space+Tab, the benefits for me far outweigh the downsides. I'm closing this issue since nothing can be done about it, but if Warp ever creates a way to plug into the completions system, I'd be more than happy to fix Space+Tab. |
I updated the README to clarify that TAB doesn't work with Warp and linked to your comment above. I kept trying to get it to work with Warp, and was even doublechecking my Also, as a kinda workaround, |
I use Warp terminal and I've just installed Zoxide, it seemed like a very useful CLI tool, but there is an issue. Tab key triggers Zoxide's fuzzy search to choose the correct directory for navigation, but in Warp it triggers autosuggestions and it has higher priority so the Zoxide's fuzzy search doesn't work.
What can you suggest to benefit from both tools?
The text was updated successfully, but these errors were encountered: