diff --git a/.tmux.conf b/.tmux.conf index 032f428..4b36428 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,7 +1,9 @@ setw -g mode-keys vi - -bind r source-file ~/.tmux.conf - set -g mouse on set-option -g allow-rename off + +bind r source-file ~/.tmux.conf + +bind-key -T copy-mode-vi 'v' send -X begin-selection +bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel