As someone whose core workflow in neovim involves no tabs, limited panes/split views and a copious amount of 'ff' (while also being incapable of spelling), this tickles me right where I itch.
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.