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

17 lines
500 B
Plaintext

set -g mouse on
set -gw window-status-last-style "bg=cyan"
bind C-s copy-mode -e
bind -t vi-copy C-c copy-selection -x
bind -t vi-copy MouseDragEnd1Pane copy-selection -x
bind C-m display-panes "swap-pane -t %%"
bind C-u display-panes "move-pane -v -t %%"
bind C-v display-panes "move-pane -h -t %%"
bind u split-window -c "#{pane_current_path}"
bind v split-window -h -c "#{pane_current_path}"
bind U split-window -f -c "#{pane_current_path}"
bind V split-window -f -h -c "#{pane_current_path}"