From d24f3bd5549b8c24dda450144f1407f968e9010f Mon Sep 17 00:00:00 2001 From: Marcin Jachymiak Date: Thu, 30 Jan 2020 17:19:38 -0500 Subject: [PATCH] Add copy-paste to tmux --- setup-scripts/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup-scripts/tmux.conf b/setup-scripts/tmux.conf index 0314d36f..043bab9f 100644 --- a/setup-scripts/tmux.conf +++ b/setup-scripts/tmux.conf @@ -14,3 +14,5 @@ bind r source-file ~/.tmux.conf set -g visual-activity off set -g mouse on +# This copies highlighted text. +set -g mouse-select-window on