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