Aloxaf / fzf-tab

Replace zsh's default completion selection menu with fzf!
MIT License
3.28k stars 94 forks source link

[BUG]fzf-tab cannot set color to matching characters #344

Closed wangmings closed 1 year ago

wangmings commented 1 year ago

截屏2023-01-26 下午6 30 03

fzf-tab cannot set color to matching characters

# Under normal circumstances, fzf can set the matching string color through the "hl parameter“
export FZF_DEFAULT_OPTS="--color=hl:0"

#The default color of the fzf-tab plug-in is white, and no specific setting method is given, which makes it impossible to see the matching characters clearly when the terminal is white
wangmings commented 1 year ago

fzf-tab代码问题!修改--color:hl相关代码解决问题