1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-27 09:38:28 +08:00
ContextOS/etc/conf/tmux-1.8.conf
2019-11-01 03:46:21 +08:00

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 %%"