CTRL+R is overwritten for a fuzzier command back search1
ALT+C provides a fuzzy cd search. You must enable the option key to Esc+
in iTerm.
insert file path after a command: cat ** press tab and it will fuzzy
find and expand the path
Interactive fixup for commits that haven’t been pushed:
Stage unknown files interactively to git:
example
Search with ripgrep
FZF can be combined with ripgrep to do a string search within files and
then filter the result using FZF for fuzzy matching. An example script
for doing so and then opening in neovim: