junegunn / fzf

:cherry_blossom: A command-line fuzzy finder
https://junegunn.github.io/fzf/
MIT License
65.85k stars 2.41k forks source link

Tab not launching fzf #1941

Closed ahonnecke closed 4 years ago

ahonnecke commented 4 years ago

Info

Problem

Tab completion does not launch fzf.

Steps to reproduce

Expected behavior

The fzf window launches showing available processes to kill

Observed behavior

On a single press of nothing happens On the second press, the files in the local directory are displayed

ahonnecke@pop-os:~$ bash --noprofile --norc
bash-5.0$ fzf --version
0.18.0
bash-5.0$ kill 
.aspell.en.prepl           .bash_history              .bashrc.old                .config/                   Documents/                 fzf                        .gphoto/                   .nv/                       .profile                   ripgrep_11.0.2_amd64.deb   Templates/                 
.aspell.en.pws             .bash_logout               bin/                       .confluent/                Downloads/                 .gconf/                    .local/                    .pam_environment           Public/                    src/                       Videos/                    
.aws/                      .bash_profile              .cache/                    curl-format.txt            .emacs.d/                  .gitignore                 .mozilla/                  Pictures/                  .pylint.d/                 .ssh/                      .wget-hsts                 
.bash_aliases              .bashrc                    .ccloud/                   Desktop/                   .erc/                      .gnupg/                    Music/                     .pki/                      .python_history            .sudo_as_admin_successful  .Xmodmap   
junegunn commented 4 years ago

See #1866. In this case, you want to find and source completion.bash file.