zoxide icon indicating copy to clipboard operation
zoxide copied to clipboard

Tab key conflict between Zoxide and Warp terminal

Open danulqua opened this issue 1 year ago • 2 comments

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?

danulqua avatar Sep 02 '23 09:09 danulqua

I had wondered about this, its peculiar since its sponsored by warp too...

randomlyalex avatar Feb 14 '24 21:02 randomlyalex

Same problem. It's quite annoying

Jorrrmungandr avatar May 23 '24 01:05 Jorrrmungandr

Same here. I installed zoxide via home brew. Tab completion works on the built in macos terminal but not with warp

  • zoxide version 0.9.4
  • warp version v0.2024.07.23.08.02.stable_01

Treborium avatar Jul 30 '24 11:07 Treborium

still facing this issue warp v0.2024.07.30.08.02.stable_01 zoxide 0.9.4

Morette avatar Aug 05 '24 12:08 Morette

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 wondered about this, its peculiar since its sponsored by warp too...

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.

ajeetdsouza avatar Aug 07 '24 14:08 ajeetdsouza