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 -U
|
||||
|
||||
# synchronize panes with S
|
||||
bind S set-window-option synchronize-panes \; display-message 'Synchronize-panes #{?pane_synchronized,on,off}'
|
||||
|
||||
## WINDOWS
|
||||
# Windows start at 1 not 0
|
||||
set -g base-index 1
|
||||
|
|
Loading…
Reference in a new issue