Add vi key binds for select/paste.

This commit is contained in:
Cyteen 2018-02-25 12:27:26 +00:00
parent 3f32c410ac
commit 1d9240c840
1 changed files with 2 additions and 0 deletions

View File

@ -205,6 +205,8 @@ set-option -g status-position top
set-option -g default-terminal "tmux-256color"
set-window-option -g mode-keys vi
bind-key -t vi-copy 'v' begin-selection
bind-key -t vi-copy 'y' copy-selection
set-option -g repeat-time 0