From 4f151f6259619372f4ef39feee94c836f52b76b7 Mon Sep 17 00:00:00 2001 From: Kendall Whitman Date: Sat, 20 Sep 2025 20:43:53 -0500 Subject: [PATCH] add sync pane key binding --- tmux/.config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 728ce5d..5445b88 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -43,3 +43,6 @@ bind-key -r -T prefix C-k select-pane -U bind-key -r -T prefix C-j select-pane -D bind-key -r -T prefix C-h select-pane -L bind-key -r -T prefix C-l select-pane -R + +# Sync Pane Keybinding +bind-key -r -T prefix S setw synchronize-panes