From b76b2c820140a58fed0dec8d756f8508265c07ef Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 31 Oct 2023 20:08:03 +0100 Subject: tmux: Enable mouse support --- .config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 4af1108..b950558 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -30,3 +30,6 @@ bind-key C-Space send-prefix # Make killing the whole thing easier bind-key q kill-session + +# No reason not to do this +set-option -g mouse on -- cgit v1.2.3