jethrokuan / fzf

Ef-🐟-ient fish keybindings for fzf
MIT License
861 stars 66 forks source link

kill autocomplete is not useful #139

Open Gorthog opened 4 years ago

Gorthog commented 4 years ago

In bash when i hit tab after 'kill' i get the following output: image

When using fish I get this output: image

This is not useful because I can only search by pid, and not by program name.

if i run set FZF_COMPLETE 0

I get this: image

Slightly better since I can search by program name, but often what I really need is the args (for example, finding specific node program), which is what I get in bash.

justinlovinger commented 4 years ago

I think this is related to #152.