1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-05-06 04:57:02 +08:00
ContextOS/etc/conf/tmux-1.8.conf
2019-10-31 05:21:54 +08:00

13 lines
337 B
Plaintext

source-file ~/.tmux.common
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
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 %%"