From 9d139965f1c0c2ecef66989f38dc96f9da87127b Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 26 Oct 2025 21:34:47 +0000 Subject: Enable mouse --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index 7494e62..27af096 100644 --- a/tmux.conf +++ b/tmux.conf @@ -23,6 +23,9 @@ set -g pane-base-index 1 set -g display-panes-time 2000 set -g display-time 2000 +# Other +set -g mouse on + # # KEYBINDINGS # -- cgit