mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-27 09:38:28 +08:00
13 lines
347 B
Plaintext
13 lines
347 B
Plaintext
set -g mouse-select-window on
|
|
set -g mouse-select-pane on
|
|
set -g mouse-resize-pane on
|
|
set -g mouse-utf8 on
|
|
set -g mode-mouse on
|
|
|
|
set -gw window-status-last-bg "cyan"
|
|
|
|
bind C-m command-prompt -p "move to:" "swap-pane -s . -t %%"
|
|
bind C-u command-prompt -p "move to:" "move-pane -v -t %%"
|
|
bind C-v command-prompt -p "move to:" "move-pane -h -t %%"
|
|
|