Fff.nvim – Typo-resistant code search
66 points| neogoose | 13 days ago |github.com
It can match query "shcema" only to "schema" and "SortedMap" only to "SortedArrayMap" and "SortedHashMap" without bloating the results
66 points| neogoose | 13 days ago |github.com
It can match query "shcema" only to "schema" and "SortedMap" only to "SortedArrayMap" and "SortedHashMap" without bloating the results
blueaquilae|11 days ago
This is where the typo resistance comes from.
rjzzleep|10 days ago
lefrenchy|10 days ago
retrofuturism|13 days ago
davidee|10 days ago
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.
maerch|11 days ago
alfalfasprout|10 days ago
Myzel394|11 days ago
antonalekseev|10 days ago
dolibasija|10 days ago
defraudbah|10 days ago
alfalfasprout|10 days ago
unknown|13 days ago
[deleted]