1
0
forked from x/ContextOS
ContextOS/etc/conf/tmux-2.1.conf
2020-09-01 09:24:04 +08:00

17 lines
500 B
Plaintext

set -g mouse on
set -gw window-status-last-style "bg=cyan"
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}"
bind -t vi-copy MouseDragEnd1Pane copy-selection -x
bind -t vi-copy C-c copy-selection -x
bind C-s copy-mode -e