From b030248c917663f3f9637d235f8e3ebfb6ef5b54 Mon Sep 17 00:00:00 2001 From: DustVoice Date: Mon, 3 Aug 2020 13:39:18 +0200 Subject: [PATCH] Setup correct .tmux.conf --- .tmux.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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