From 433bcff29092493f459175d1f1caae62e4dbbc36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Gr=C3=BCnewald?= <10533763+dhalucario@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:20:42 +0100 Subject: [PATCH] Add mouse support to tmux --- shell/.config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/.config/tmux/tmux.conf b/shell/.config/tmux/tmux.conf index 193eb82..434c112 100644 --- a/shell/.config/tmux/tmux.conf +++ b/shell/.config/tmux/tmux.conf @@ -1 +1,2 @@ set-option -g default-shell /usr/bin/fish +set -g mouse on