Added tmux panes synchronization

main
Petr Nyc 1 year ago
parent 5a7330a62e
commit cb9e5e3a95
  1. 3
      .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)

Loading…
Cancel
Save