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
Curtis Hatter edited this page Jun 27, 2014
·
1 revision
Welcome to the dotfiles wiki!
tmux tips
Synchronize Panes
:setw synchronize-panes [on|off]
Synchronizes all the panes in a tmux window so that input is sent to all the panes at the same time. You can optionally add on or off but without it then it works as a toggle.
This can be useful if you need to run the same command across many servers at the same time.