From ba17fe53e43fd4734186bd61f0706579f151dff4 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Wed, 20 Oct 2021 12:58:11 +0100
Subject: [PATCH] feat(tmux): enable mouse support

---
 tmux/.tmux.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index 95aef89c..44af3348 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -78,6 +78,9 @@ bind-key -T copy-mode-vi 'C-\' select-pane -l
 bind C-l send-keys 'C-l'
 bind C-k send-keys 'C-k'
 
+# Enable mouse support.
+setw -g mouse on
+
 # Plugins
 set -g @plugin "arcticicestudio/nord-tmux"
 set -g @plugin 'tmux-plugins/tmux-sensible'