From b193a84eb0991728ebaf2b4b03c7bd27c2189bb2 Mon Sep 17 00:00:00 2001 From: "Y.D.X." <73375426+YDX-2147483647@users.noreply.github.com> Date: Fri, 4 Apr 2025 23:19:14 +0800 Subject: [PATCH] docs: Update minimum supported fzf version (#1034) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Before v0.51.0, fzf generates redundant escaping of backslashes for Windows, which breaks `zoxide edit`. https://github.com/junegunn/fzf/releases/tag/0.51.0 Closes #539 Co-authored-by: Loïc Riegel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c7f043..fd20f32 100644 --- a/README.md +++ b/README.md @@ -323,7 +323,7 @@ zoxide can be installed in 4 easy steps: interactive selection. It can be installed from [here][fzf-installation]. > **Note** - > zoxide only supports fzf v0.33.0 and above. + > The minimum supported fzf version is v0.33.0 on most platforms and v0.51.0 on Windows. 4. **Import your data** (optional)