From a1f301f0398105f6775385d262a0ba3a713decd5 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 18 May 2021 21:33:15 +0200 Subject: [PATCH] tmux: disable mouse --- .tmux.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 24d38af..82c30a1 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -16,6 +16,3 @@ setw -g mode-keys vi # do not truncate session name set -g status-left-length 15 - -# enable mouse -set -g mouse on