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
Im running into an issue where tab-completing dir/file doesn't work for some commands, but does for most.
The two examples ive found so far are echo and pip:
In all of these cases the terminal briefly shows Loading matches ... and then clears with no results shown. If I disable fzf completion I get the expected completion output from bash's normal completion for all above examples. I'm just looking for directory/file matches here.
Hi there,
Im running into an issue where tab-completing dir/file doesn't work for some commands, but does for most.
The two examples ive found so far are
echo
andpip
:In all of these cases the terminal briefly shows
Loading matches ...
and then clears with no results shown. If I disable fzf completion I get the expected completion output from bash's normal completion for all above examples. I'm just looking for directory/file matches here.Here's the fzf-related section in my bashrc:
Am I doing something wrong or is this expected? Thanks
The text was updated successfully, but these errors were encountered: