From 3dda7895d27b94281d1f73669a8c1e3683430027 Mon Sep 17 00:00:00 2001 From: "David Todd (c0de)" Date: Sat, 10 Feb 2018 21:53:25 -0600 Subject: [PATCH] [TMUX] Turn off mouse options This seems to interfere with selecting text and copying to clipboard with the mouse This activates tmux's scrollback in a similar way to: c-A [ and prevent copying --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 86b9f7f..f8ec24d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -2,7 +2,7 @@ set -g base-index 1 # Turn on mouse stuff -set-option -g mouse on +#set-option -g mouse on # Turn off automatic window naming set-option -g alllow-rename off