添加tmux 1.x配置
This commit is contained in:
parent
a4600df465
commit
a28a19d955
9
tmux/1.x/tmux.conf
Normal file
9
tmux/1.x/tmux.conf
Normal 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
|
||||
Loading…
Reference in a new issue