From 184963d2f10c6f54405cf19a1a697ba31b6722e9 Mon Sep 17 00:00:00 2001 From: MathJoha Date: Thu, 2 Jul 2026 10:47:42 +0200 Subject: [PATCH] Remove annoying mouse interaction --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index f02e636..2bd6874 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,6 +1,6 @@ # --- General Settings --- set -g default-terminal "screen-256color" -set -g mouse on +set -g mouse off # --- Seamless Vim/TMUX Navigation ---