fzf - fuzzy finder
fzf (fuzzy finder) is a general-purpose tool that lets you find files, commands in the history, processes, git commits, and more using a fuzzy search. Fzf is installed and configured by default in Mabox as well as several other tools utilizing it.
The following key bindings are configured:
- Ctrl+T - Paste the selected files and directories onto the command-line  (e.g., type git add, press Ctrl+T, select a few files using Tab, finally Enter)
- Ctrl+R - Paste the selected command from history onto the command-line
- Alt+C - cd into the selected directory