tmux-continuum
tmux-continuum copied to clipboard
Respect tmux's status-right option
I had issue that this plugin set status-right option to something like:
> tmux show -g status-right
status-right "#(/home/USER/.tmux/plugins/tmux-continuum/scripts/continuum_save.sh)"
That I disabled status-right before plugin call causing splashing at status-right: set -g status-right ''
I had to put all status options at the bottom of .tmux.conf to avoid it.
If possible don't set status-right.