From 11ed28875334de43d244b60a21191333eec1b54d Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 23 Jun 2015 14:47:46 -0400 Subject: [PATCH] mode-mouse also makes selection owned by tmux Originally added for scrolling, this also makes it so you can not copy and paste to the system clipboard (without xclip usage). Scrolling in windows with the mousewheel is not worth this. --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index ac7c91f..225fde2 100644 --- a/tmux.conf +++ b/tmux.conf @@ -37,7 +37,7 @@ bind L swap-window -t +1 set-window-option -g monitor-activity off # copy mode stuff -set-window-option -g mode-mouse on # mouse can enable (danger zone, maybe?) +set-window-option -g mode-mouse off # disable the mouse always set-window-option -g mode-keys vi # emulate vim movement in copy mode bind-key -t vi-copy 'v' begin-selection bind-key -t vi-copy 'y' copy-selection