Per the [docs], MCFLY_FUZZY is no longer a boolean, taking now a positive integer that controls the fuzziness factor. [docs]: https://github.com/cantino/mcfly#fuzzy-searching Co-authored-by: Robert Helgesson <robert@rycee.net>
mcfly migrated its initialization method to a subcomand called `init`, which available since mcfly 0.5.4 released on Feb 28, 2021.
McFly 0.5.1 added support for fuzzy searching.
PR #1452