tmux: synchronize panes weg

This commit is contained in:
Michael Grote 2021-11-24 14:49:53 +01:00
parent fe83d37794
commit d014740033
2 changed files with 0 additions and 5 deletions

View File

@ -31,10 +31,6 @@ 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
# gehe in copy mode und starte suche
# prefix + f
set-window-option -g mode-keys vi

View File

@ -39,5 +39,4 @@ Tested on Ubuntu >=20.04
| -- | -- |
|Präfix+w | Schließe Windows |
|Präfix+c/t |Öffne Windows |
|Präfix+Ctrl+X |Toggle synchronize Panes |
|Präfix+f |Suche in Pane Buffer |