Hi,
I have the following setting in my .tmux.conf
:
# Make status bar transparent
set -g status-bg default
Which makes the unused side of the bar to be transparent:
But once I open vim, this configuration is overwriten:
How can I regain this option with tmuxline?
Thank you