Skip to content
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.

Clone this wiki locally