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).