FZF Tips
Install fd (brew install fd) to have a better find option
# Set fd as the default source for fzf
export FZF_DEFAULT_COMMAND='fd --type f --strip-cwd-prefix'
# FZF default options
export FZF_DEFAULT_OPTS="
--tmux 70%
--header='CTRL-D: Directories...
nexxsys.hashnode.dev1 min read