From 06855e18f929f886dcb69e8552bdd3ad865c971a Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 28 Sep 2020 14:50:45 -0500 Subject: [PATCH] disable tmux mousemode --- home/shell/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/shell/tmux.conf b/home/shell/tmux.conf index 9e6ec75..a41d56d 100644 --- a/home/shell/tmux.conf +++ b/home/shell/tmux.conf @@ -2,7 +2,7 @@ set -g base-index 1 # Turn on mouse stuff -set-option -g mouse on +set-option -g mouse off # Turn off automatic window naming set-option -g alllow-rename off