From f4ad46f6d6ae9a995e72f6267f9d32130aeb0b8d Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Thu, 12 Jul 2012 17:39:43 +0200 Subject: [PATCH] tmux: mouse-select-pane off to enable terminal window copy&paste --- etc/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/tmux.conf b/etc/tmux.conf index f3eb509..3892760 100644 --- a/etc/tmux.conf +++ b/etc/tmux.conf @@ -31,7 +31,7 @@ bind-key - command-prompt -p "exec:" "split-window -v '%%'" set -s escape-time 0 set -g default-terminal "screen-256color" set -g display-panes-time 3000 -set -g mouse-select-pane on +set -g mouse-select-pane off set -g visual-activity on #set status line appearance -- 2.1.4