Closed adoyle-h closed 1 year ago
There is no completion for which command.
which
It should list available commands.
fzf-tab-completion: commit d88bf5b6 iTerm2: 3.5.0beta10 bash: 5.2.2 tmux: 3.3a
Can you confirm, when you run complete | grep which do you get something like complete -c which
complete | grep which
complete -c which
And which <Tab> will list commands in my shell when fzf-tab-completion disabled.
which <Tab>
This is fixed in https://github.com/lincheney/fzf-tab-completion/commit/61e47000cb21ab85f83341903b7507ee1b7e0ae9
Great! Thank you!
Problem
There is no completion for
which
command.Expected
It should list available commands.
Environments
fzf-tab-completion: commit d88bf5b6 iTerm2: 3.5.0beta10 bash: 5.2.2 tmux: 3.3a