tmux: sync-panes

This commit is contained in:
Michael Grote 2021-10-09 21:44:10 +02:00
parent 06df7a2ec9
commit 66a48c5a66

View file

@ -31,3 +31,7 @@ set -g display-time 4000
bind w killw bind w killw
# öffne windows mit prefix + t # öffne windows mit prefix + t
bind t new-window bind t new-window
# shortcut synchronize panes
# praefix + strg + x
# https://stackoverflow.com/questions/16325449/how-to-send-a-command-to-all-panes-in-tmux
bind -n C-x setw synchronize-panes