You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read through the manual page (man fzf). But that doesn't apply anyway...
I have the latest version of fzf
I have searched through the existing issues
Info
OS
GNU/Linux
Mac OS X
Windows
Etc.
Shell
bash
zsh
fish
Problem / Steps to reproduce
Zsh completion for custom programs doesn't work when sudo is the first word on the command line. Usual completion with zsh does support that behaviour on the other hand, i.e. completion for some program name foo will work even though sudo is the first word on the command line.
However, this is not limited to custom definitions. The case of kill doesn't work. For instance, writing
$ kill **<TAB>
works, but the following doesn't:
$ sudo kill **<TAB>
The text was updated successfully, but these errors were encountered:
man fzf
). But that doesn't apply anyway...Info
Problem / Steps to reproduce
Zsh completion for custom programs doesn't work when
sudo
is the first word on the command line. Usual completion with zsh does support that behaviour on the other hand, i.e. completion for some program namefoo
will work even thoughsudo
is the first word on the command line.However, this is not limited to custom definitions. The case of
kill
doesn't work. For instance, writingworks, but the following doesn't:
The text was updated successfully, but these errors were encountered: