[tmux] Update mode-keys option setting

pull/28/head
Alpha Chen 7 years ago
parent 69dc818db2
commit bac7889c2f

@ -19,7 +19,7 @@ set-option -g automatic-rename on
set-window-option -g mouse off
# copy and paste
set-option mode-keys vi
set-window-option -g mode-keys vi
bind-key -T copy-mode-vi 'v' send -X begin-selection
bind-key -T copy-mode-vi 'V' send -X select-line
bind-key -T copy-mode-vi 'r' send -X rectangle-toggle

Loading…
Cancel
Save