export FZF_DEFAULT_COMMAND='rg --files --glob "!.git/*"' export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" bind -x '"\C-p": vim $(fzf);'