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'