Use fzf completion in zsh and bash, but it not work, enter vim **<Tab> or cd **<Tab> , they all show this folders all files like this :
vim README.md tmux vim vscode zsh
fzf config in zsh:
export FZF_DEFAULT_COMMAND="rg --files --hidden -g'!.git'"
export FZF_DEFAULT_OPTS="--height 60% --layout=reverse"
How to set to use completion ?
Please follow the instruction in https://github.com/junegunn/fzf#installation. Install script will update your shell configuration file to load scripts in https://github.com/junegunn/fzf/tree/master/shell
Most helpful comment
Please follow the instruction in https://github.com/junegunn/fzf#installation. Install script will update your shell configuration file to load scripts in https://github.com/junegunn/fzf/tree/master/shell