m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/tmux.md
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2020-05-31 14:17:34 +0200
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2020-05-31 14:17:34 +0200
commit7a97a7c53238bb957366798930e0b3c3dea6f312 (patch)
tree600e9cbee55c194093a9ad6e2cdcc9c9a9b4394b /tmux.md
parentfc0267f14f4b4f87e857b688501ec0bfe258b2d7 (diff)
Add to tmux
Diffstat (limited to 'tmux.md')
-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`