mirror of
https://github.com/sstent/dotfiles.git
synced 2026-01-25 16:41:45 +00:00
8 lines
222 B
Bash
8 lines
222 B
Bash
# Mouse support
|
|
set -g mouse on
|
|
|
|
set-window-option -g xterm-keys on
|
|
setw -g aggressive-resize on
|
|
bind-key C-a set-window-option synchronize-panes\; display-message "synchronize-panes is now #{?pane_synchronized,on,off}"
|
|
|