Closed dan-kez closed 5 years ago
Hi, also encountered it, issued a fix..
What fzf version do you have?
--preview-window
option was introduced with fzf 0.13.0.
I'm running version 0.18.0
@bonnefoa thank you for a very cool and useful tool.
I've experienced the same issue with fzf 0.18.0.
I was able to resolve the invalid preview window layout: down:
error by removing leading spaces from the wc command for counting Header columns(see pull request)
Regarding the other issue with awk, I think that osx uses nawk by default - which does not support the multidimensional arrays syntax as in gawk(a[i][j]
)
this can be fixed either by installing gawk or refraining from this syntax.
Both issues should be fixed on master now. Thanks for the report!
Hello! Thanks for making this plugin - I'm very excited to use it!
I'm running into an issue where tab completion does does attempt to trigger fzf but it appears that there is a configuration error. I have included the output of a few commands below
I've installed using the following:
and
I have run cache_builder successfully
Anythoughts/. I am on OSX.