From b35503dd611a9b0f1068466b90e167567bac0958 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 18 Aug 2024 15:37:31 +0200 Subject: [PATCH] Tmux mouse off. --- config/tmux/tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 6ae8a99..fa17f19 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -1,4 +1,3 @@ -set -g mouse on set -g set-titles on set -g default-terminal "xterm-256color" set -g terminal-overrides ",xterm-256color:Tc"