tmux: synchronize panes weg
This commit is contained in:
parent
fe83d37794
commit
d014740033
2 changed files with 0 additions and 5 deletions
|
@ -31,10 +31,6 @@ 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
|
|
||||||
# gehe in copy mode und starte suche
|
# gehe in copy mode und starte suche
|
||||||
# prefix + f
|
# prefix + f
|
||||||
set-window-option -g mode-keys vi
|
set-window-option -g mode-keys vi
|
||||||
|
|
|
@ -39,5 +39,4 @@ Tested on Ubuntu >=20.04
|
||||||
| -- | -- |
|
| -- | -- |
|
||||||
|Präfix+w | Schließe Windows |
|
|Präfix+w | Schließe Windows |
|
||||||
|Präfix+c/t |Öffne Windows |
|
|Präfix+c/t |Öffne Windows |
|
||||||
|Präfix+Ctrl+X |Toggle synchronize Panes |
|
|
||||||
|Präfix+f |Suche in Pane Buffer |
|
|Präfix+f |Suche in Pane Buffer |
|
||||||
|
|
Loading…
Reference in a new issue