syncronized tmux changes across other hosts
This commit is contained in:
parent
2d3cd3f637
commit
9cd140a8ec
|
|
@ -19,7 +19,8 @@ bind | split-window -h
|
|||
bind - split-window -v
|
||||
|
||||
# sync panes
|
||||
bind S setw synchronize-panes
|
||||
unbind b
|
||||
bind b setw synchronize-panes
|
||||
|
||||
# setting vi mode
|
||||
set-window-option -g mode-keys vi
|
||||
|
|
|
|||
|
|
@ -18,11 +18,9 @@ unbind '"'
|
|||
bind | split-window -h
|
||||
bind - split-window -v
|
||||
|
||||
# broadcast to panes
|
||||
# sync panes
|
||||
unbind b
|
||||
unbind B
|
||||
bind b setw synchronize-panes on
|
||||
bind B setw synchronize-panes off
|
||||
bind b setw synchronize-panes
|
||||
|
||||
|
||||
# status bar
|
||||
|
|
|
|||
Loading…
Reference in New Issue