tmux: sync-panes
This commit is contained in:
parent
06df7a2ec9
commit
66a48c5a66
1 changed files with 4 additions and 0 deletions
|
@ -31,3 +31,7 @@ set -g display-time 4000
|
|||
bind w killw
|
||||
# öffne windows mit prefix + t
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue