添加tmux 1.x配置

This commit is contained in:
xinyz 2021-12-13 09:10:57 +00:00
parent a4600df465
commit a28a19d955

9
tmux/1.x/tmux.conf Normal file
View file

@ -0,0 +1,9 @@
unbind C-b
set -g prefix C-s
bind-key C-s send-prefix
setw -g mode-keys vi
unbind ]
bind P paste-buffer
bind-key -t vi-copy 'v' begin-selection
bind-key -t vi-copy 'y' copy-selection
bind-key -t vi-copy 'r' rectangle-toggle