From 194449d0fb3bf5451bd482f06412d7f5b4f98a5d Mon Sep 17 00:00:00 2001 From: Rob Muhlestein Date: Tue, 8 Aug 2023 17:17:25 -0400 Subject: [PATCH] add sync panes in tmux --- tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index e1f23b1..a3dbf4e 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -6,6 +6,9 @@ unbind C-b unbind C-a set -g prefix C-a +# turn pane sync on/off +bind -r y setw synchronize-panes + # reload configuration bind -r r source-file ~/.tmux.conf