FZF FZF - fuzzy finder for terminal https://github.com/junegunn/fzf FZF FZF - fuzzy finder for terminal brew install fzf install fzf brew install fd install fd code ~/.zshrc open terminal config add at the end source <(fzf --zsh) add export FZF_DEFAULT_COMMAND='fd --type f --hidden --exclude .git --exclude node_modules' source ~/.zshrc apply changes Shortcuts CTRL+T paste the selected files and directories onto the command-line ALT+C cd into the selected directory CTRL-R paste the selected command from history onto the command-line COMMAND [DIRECTORY/][FUZZY_PATTERN]**<TAB> fuzzy completion open ../fzf**<TAB>