Fff.nvim – Typo-resistant code search (github.com)
The new release of fff.nvim showed out the new compatiblity for the code search both for human and agents - typo resistant and usable code search for real codebases
It can match query "shcema" only to "schema" and "SortedMap" only to "SortedArrayMap" and "SortedHashMap" without bloating the results
8 comments
[ 5.4 ms ] story [ 31.1 ms ] threadThis is where the typo resistance comes from.
My current fuzzy find key combinations include:
ff: fuzzy find, limited to current project
fc: fuzzy find (c)ode -> expand search scope to all projects
fg: fuzzy find (g)lobal -> let's just search my entire home folder
I imagine I'd have to limit it to the first and remap 'fg', I use 'gf', 'gc', 'gg' for the grep versions of these commands.
Either way, very cool.