mbmjensen / zsh

My Zsh settings and configuration
0 stars 0 forks source link

zsh fzf-tab text is not visible when run from :terminal #3

Closed mbmjensen closed 2 years ago

mbmjensen commented 2 years ago

When running zsh in a :terminal, fzf-tab lets you use fuzzy completion to narrow down the tab suggestions. In a normal terminal, the text is black, but when run from within :terminal the text is white making it illegible.

mbmjensen commented 2 years ago

The root cause is that the terminals render this ansi escape sequence differently. Changing this to '\033[30m' should resolve the issue. See this stack overflow post for more details.