Added tmux panes synchronization

This commit is contained in:
Petr Nyc
2024-05-17 14:16:33 +02:00
parent 5a7330a62e
commit cb9e5e3a95

View File

@@ -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)