summaryrefslogtreecommitdiff
path: root/lib/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tmux')
-rw-r--r--lib/tmux3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tmux b/lib/tmux
index 2eb6f9e..d2ee082 100644
--- a/lib/tmux
+++ b/lib/tmux
@@ -44,6 +44,9 @@ bind-key E resize-pane -x 80
bind-key N next-layout
bind-key P previous-layout
+# Toggle synchronizing panes
+bind-key y setw synchronize-panes
+
## Text manipulation
# vim-like copy/paste