From e5d981bd9330b0ca79c85277c52296db8172c25a Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Mon, 24 Jun 2024 22:29:55 +0200 Subject: [PATCH] tmux: Remove `mouse on` option --- term/tmux/tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/term/tmux/tmux.conf b/term/tmux/tmux.conf index f94929a..0646726 100644 --- a/term/tmux/tmux.conf +++ b/term/tmux/tmux.conf @@ -2,7 +2,6 @@ set-option -sa terminal-features ',alacritty:RGB' set-option -g default-terminal "tmux-256color" set-option -ga terminal-features ",alacritty:usstyle" set-option -sa terminal-overrides ",xterm*:Tc" -set -g mouse on # Windows and panes start at 0 set -g base-index 1