fzf completion not work

Created on 3 Jun 2019  路  1Comment  路  Source: junegunn/fzf

  • Category

    • [x] fzf binary

    • [ ] fzf-tmux script

    • [ ] Key bindings

    • [ ] Completion

    • [ ] Vim

    • [ ] Neovim

    • [ ] Etc.

  • OS

    • [ ] Linux

    • [x] Mac OS X

    • [ ] Windows

    • [ ] Windows Subsystem for Linux

    • [ ] Etc.

  • Shell

    • [x] bash

    • [x] zsh

    • [ ] fish

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 ?

invalid

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

>All comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jan-warchol picture jan-warchol  路  3Comments

ahmedelgabri picture ahmedelgabri  路  3Comments

aleclarson picture aleclarson  路  3Comments

sandric picture sandric  路  3Comments

leonklingele picture leonklingele  路  3Comments