m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux.md b/tmux.md
index 38e5bcb..4578ccb 100644
--- a/tmux.md
+++ b/tmux.md
@@ -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`