TMUX - how to select some panes and sync them

I am looking for a way to sync some of the selected pane in tmux. Second option that I am looking for is how to create a few groups of panes and then SYNC them. Is it possible in tmux?? I know that this feature is in Terminator multiplexer

And is there any option to add info about this in pane...something like group name + sync info?

-------------------------------
| | | First group of panes + sync
| | | With specific group name GROUP-1
| | |
| | |
-------------------------------
| | | |
| | | | Second group of panes + sync
| | | | With specific group name GROUP-2
| | | |
-------------------------------
| | |
| | | Free panes - no sync
| | |
| | |
-------------------------------

Thanks for your help

1 Answer

You can exclude a pane from being synchronized by disabling it with select-pane -d (enable it again with select-pane -e).

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like