Re: synchronize panes indicator?

2018-03-20 Thread Sivaram Neelakantan
On Sun, Mar 18 2018,Scott Rochford wrote:

> Hi Sivaram,
>
> I use these options to suffix the window title with an 'S' flag for 
> synchronized panes, and also to make the current window title have a blue 
> background normally, a red background when synchronized, and a yellow
> background when zoomed.
>
> set-option -g window-status-format "#I:#W#F#{?pane_synchronized,S,}"
> set-window-option -g window-status-current-format 
> "#{?pane_synchronized,#[bg=red],}#{?window_zoomed_flag,#[bg=yellow],} 
> #I:#W#F#{?pane_synchronized,S,}"
> set-option -g window-status-current-style bg=blue
>

Thanks for posting this, I will try this out.

[snipped 22 lines]


-- 
You received this message because you are subscribed to the Google Groups 
"tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tmux-users+unsubscr...@googlegroups.com.
To post to this group, send an email to tmux-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: synchronize panes indicator?

2018-03-20 Thread Scott Rochford
Hi Sivaram,

I use these options to suffix the window title with an 'S' flag for
synchronized panes, and also to make the current window title have a blue
background normally, a red background when synchronized, and a yellow
background when zoomed.

set-option -g window-status-format "#I:#W#F#{?pane_synchronized,S,}"
set-window-option -g window-status-current-format
"#{?pane_synchronized,#[bg=red],}#{?window_zoomed_flag,#[bg=yellow],}
#I:#W#F#{?pane_synchronized,S,}"
set-option -g window-status-current-style bg=blue

Regards,

Scott

P.S. forgot to post to the group the first time

On 18 March 2018 at 16:40, Sivaram Neelakantan 
wrote:

>
> Is there a way to indicate in the modeline that the above is on in
> some way?  That way, I'd be reminded to turn it off instead of making
> mistakes in all panes at the same time?
>
> sivaram
> --
>
> --
> You received this message because you are subscribed to the Google Groups
> "tmux-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tmux-users+unsubscr...@googlegroups.com.
> To post to this group, send an email to tmux-users@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tmux-users+unsubscr...@googlegroups.com.
To post to this group, send an email to tmux-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.