summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-11-14 11:10:50 -0500
committerBen Sima <ben@bsima.me>2020-11-14 11:11:28 -0500
commit3e5865c49bddf640913f1c61042b8d36c9de1b28 (patch)
tree6bc27c7c823c4db91d9f39effaa2d67b99e0008e /lib
parent131afd24ed194b5f6f42bd8c98299a0a5bd1891d (diff)
tmux key for synchronize-panes
Diffstat (limited to 'lib')
-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