Aloxaf
Aloxaf
Both FZF_DEFAULT_COMMAND and FZF_DEFAULT_OPTS are abandoned and won't work. Please make sure you are using the latest version.
Please try #258
How about setting `zstyle ':fzf-tab:complete:cd:*' popup-pad 300 0`?
1. This is difficult... You can reset the color, but you have no way to restore it. 2. There is an array `$words` which contains the words on the command...
> How can I do that ? it seems that the colors are getting escaped when I try to insert some inside the completion You need to use $'\033[0m'
Oh sorry I haven't implement it in C. I will take a look at it in these days.
Seems to be related to #175? Does it happen in other terminal emulator in macOS?
emm, how do you use rg/ag with fzf-tab?
This is indeed a useful feature. However, the preview function is provided by fzf, and it doesn't support this currently. (https://github.com/junegunn/fzf/issues/1928) An approach is only enable/disable fzf-preview for specific context....
Well, `_approximate` is not supported now: https://github.com/Aloxaf/fzf-tab/issues/56