This commit is contained in:
Elijah Lynn 2025-10-02 15:12:57 -07:00 committed by GitHub
commit e9e0190ae1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,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].