From aabdee88205d64c9ad8f1603da1204d9262df26c Mon Sep 17 00:00:00 2001 From: Elijah Lynn Date: Thu, 13 Feb 2025 10:12:35 -0800 Subject: [PATCH] Update README.md to clarify that interactive TAB completions don't work with warp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5559ecc8a..f774439b1 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ z - # cd into previous directory zi foo # cd with interactive selection (using fzf) -z foo # show interactive completions (zoxide v0.8.0+, bash 4.4+/fish/zsh only) +z foo # 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].