From 259ffd1c9d2d171bc6da0b8fca71b14f6e2b36f4 Mon Sep 17 00:00:00 2001 From: Nami Lauckner Date: Wed, 3 Jun 2026 16:15:16 +0200 Subject: [PATCH] Synchronizing panes --- tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index e88afe7..5eecc05 100644 --- a/tmux.conf +++ b/tmux.conf @@ -12,7 +12,7 @@ bind c-p send-keys "14853d0a09a19ae5" bind -n M-H previous-window bind -n M-L next-window -bind s run-shell "tmuxss" +# bind s run-shell "tmuxss" bind -n C-s run-shell "tmuxss" bind C-k run-shell "tmuxss -k" # bind C-r run-shell "tmuxss -r" @@ -26,6 +26,8 @@ bind-key i run-shell "source ~/.config/tmux/functions.sh && bring_pane" bind M-f move-pane -t '.-' bind M-r move-pane -h -t '.-' +bind s setw synchronize-panes + # bind -n C-k run-shell 'tmux switch-client -t "$(tmux list-sessions | grep -o "^AP[0-9]*" | tail -n 1)"' # Vi copy-mode