mirror of
https://github.com/sstent/dotfiles.git
synced 2026-01-25 16:41:45 +00:00
10 lines
314 B
Bash
10 lines
314 B
Bash
# Mouse support
|
|
set -g mouse on
|
|
|
|
set-window-option -g xterm-keys on
|
|
setw -g aggressive-resize on
|
|
#setw -g synchronize-panes on
|
|
bind C-x setw synchronize-panes
|
|
setw -g window-status-current-format '#{?pane_synchronized,#[bg=red],}#I:#W'
|
|
setw -g window-status-format '#{?pane_synchronized,#[bg=red],}#I:#W'
|