docs: Update minimum supported fzf version (#1034)

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 <loic.riegel@outlook.fr>
This commit is contained in:
Y.D.X. 2025-04-04 23:19:14 +08:00 committed by GitHub
parent e1e2f41ecb
commit b193a84eb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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** <sup>(optional)</sup>