mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
tmux: synchronize-panes
This commit is contained in:
parent
abe7ba3106
commit
a2266f6e6e
1 changed files with 4 additions and 1 deletions
|
@ -65,6 +65,9 @@ bind -r Down resize-pane -D 5
|
||||||
bind > swap-pane -D
|
bind > swap-pane -D
|
||||||
bind < swap-pane -U
|
bind < swap-pane -U
|
||||||
|
|
||||||
|
# synchronize panes with S
|
||||||
|
bind S set-window-option synchronize-panes \; display-message 'Synchronize-panes #{?pane_synchronized,on,off}'
|
||||||
|
|
||||||
## WINDOWS
|
## WINDOWS
|
||||||
# Windows start at 1 not 0
|
# Windows start at 1 not 0
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
|
@ -108,4 +111,4 @@ set-option -g display-panes-colour brightred
|
||||||
set-window-option -g clock-mode-colour brightgreen
|
set-window-option -g clock-mode-colour brightgreen
|
||||||
|
|
||||||
# bell
|
# bell
|
||||||
set-window-option -g window-status-bell-style fg=black,bg=red
|
set-window-option -g window-status-bell-style fg=black,bg=red
|
||||||
|
|
Loading…
Reference in a new issue