From 1b08f3ed539f94a44dfadba7be3d6ce124e3854a Mon Sep 17 00:00:00 2001 From: cy Date: Tue, 3 Dec 2024 19:25:09 -0500 Subject: [PATCH] disable mouse in tmux --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 62696ee..71b2041 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,5 +1,5 @@ set -g set-titles on -set -g mouse on +set -g mouse off unbind C-b set -g prefix C-f