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 think my install is good. If I type TAB right after the cd command, the completion is triggered as expected (with the exception of the space problem discussed in #122):
cd TAB
bar
foo_bar
foobar
Install Details
MacOS 10.14.6
iTerm
$ fish --version
fish, version 3.0.2
$ fzf --version
0.18.0 (brew)
$ fisher --version
fisher version 3.2.9 ~/.config/fish/functions/fisher.fish
$ fisher ls
fishpkg/fish-git-util
jethrokuan/fzf
jorgebucaran/fish-nvm
rafaelrinaldi/pure
Given the following folder structure and config:
I would expect
fzf
to be triggered when using the TAB key after having typed the beginning of a path, e.g:$ cd bar
TABUnfortunately, this does not do anything.
Is this by desing, an error or a configuration problem on my side?
The text was updated successfully, but these errors were encountered: