diff options
-rw-r--r-- | tmux.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -17,3 +17,8 @@ tmux new-session \; send-keys 'command
' #
can be entered with Ctrl-V + Enter + +## Run command in multiple panes at once + +* `:setw synchronize-panes on` + turn off with `:setw synchronize-panes off` |