1
0
mirror of https://github.com/gryf/vmstrap.git synced 2026-01-03 12:24:12 +01:00

Make vim like copy/selection for tmux system depended

This commit is contained in:
2020-02-26 09:58:44 +01:00
parent 866962aaf3
commit 56186769ae
3 changed files with 12 additions and 10 deletions

View File

@@ -95,7 +95,3 @@ bind-key + resize-pane -U 3
set-window-option -g mode-keys vi
# v and y like vi in copy-mode
#bind-key -T copy-mode-vi 'v' send -X begin-selection
#bind-key -T copy-mode-vi 'y' send -X copy-selection
bind -t vi-copy 'v' begin-selection
bind -t vi-copy 'y' copy-selection