tmux-continuum icon indicating copy to clipboard operation
tmux-continuum copied to clipboard

Respect tmux's status-right option

Open ghost opened this issue 7 years ago • 0 comments

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.

ghost avatar Aug 21 '18 08:08 ghost