Update README.md to clarify that interactive TAB completions don't work with warp

This commit is contained in:
Elijah Lynn 2025-02-13 10:12:35 -08:00 committed by GitHub
parent 845fe79b5e
commit aabdee8820
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ z - # cd into previous directory
zi foo # cd with interactive selection (using fzf)
z foo<SPACE><TAB> # show interactive completions (zoxide v0.8.0+, bash 4.4+/fish/zsh only)
z foo<SPACE><TAB> # show interactive completions (zoxide v0.8.0+, bash 4.4+/fish/zsh only, does not work with Warp https://github.com/ajeetdsouza/zoxide/issues/614#issuecomment-2273629256)
```
Read more about the matching algorithm [here][algorithm-matching].