Is a way to send the same command to all window in tmux, not to all pane in window. synchronize-panes - send command to all pane in one window. I need something like 'at' in screen.
Thanks for help.
|
|
|
You could always do something like this:
You could also bind this to a key in your tmux.conf like this:
|
|||
|
|
You could do something like this: https://gist.github.com/2773454 But this executes for every pane, but you could adjust accordingly. All depends what your trying to accomplish, for this an example of what i want to accomplish is to source ~/.zsh in all panes. |
|||
|
|