From cb9e5e3a95f455cb77a1d33bf4eee3c9a343105b Mon Sep 17 00:00:00 2001 From: Petr Nyc Date: Fri, 17 May 2024 14:16:33 +0200 Subject: [PATCH] Added tmux panes synchronization --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 728c4b0..860c0fe 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -69,6 +69,9 @@ set -g pane-base-index 1 # tip from https://github.com/vim/vim/issues/3608 set -ag terminal-overrides ",xterm-256color:Tc" +# synchronize panes +bind e setw synchronize-panes ; display "Sync #{?pane_synchronized,ON,OFF}" + # tpm install: git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)