syncronized tmux changes across other hosts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user