You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add an indicator to show if all panes in window are synchronized or not. It helps a lot when multiple panes are open and you are switching between synchronized and unsynchronized mode.
I made following change to basic theme to make this work - set -g status-right "#{?pane_synchronized, #[fg=yellow]SYNC #[fg=white]«#[default], } #H #[fg=white]« #[fg=yellow]%H:%M:%S #[fg=green]%d-%b-%y".
it looks like following -
The text was updated successfully, but these errors were encountered:
Please add an indicator to show if all panes in window are synchronized or not. It helps a lot when multiple panes are open and you are switching between synchronized and unsynchronized mode.
I made following change to basic theme to make this work -
set -g status-right "#{?pane_synchronized, #[fg=yellow]SYNC #[fg=white]«#[default], } #H #[fg=white]« #[fg=yellow]%H:%M:%S #[fg=green]%d-%b-%y"
.it looks like following -
The text was updated successfully, but these errors were encountered: