添加tmux 3.x配置
This commit is contained in:
parent
a28a19d955
commit
6528a72bb9
12
tmux/3.x/tmux.conf
Normal file
12
tmux/3.x/tmux.conf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
unbind C-b
|
||||
set-option -g prefix C-s
|
||||
set-window-option -g mode-keys vi
|
||||
set-window-option -g status-keys vi
|
||||
|
||||
unbind ]
|
||||
bind P paste-buffer
|
||||
|
||||
bind-key -T copy-mode-vi 'v' send-keys -X begin-selection
|
||||
bind-key -T copy-mode-vi 'y' send-keys -X copy-selection
|
||||
bind-key -T copy-mode-vi 'r' send-keys -X rectangle-toggle
|
||||
Loading…
Reference in a new issue