From 2b0b1bd876ee9aa47f95687d16630044e6a14b7d Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sat, 18 Dec 2021 00:12:24 +0200 Subject: [PATCH] Tmux: enable mouse support --- home/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/.tmux.conf b/home/.tmux.conf index 58b4a55a..e09db8d7 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -12,3 +12,6 @@ set-option -ga terminal-overrides ",*256col*:Tc" # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run -b '~/.tmux/plugins/tpm/tpm' + +# Enable mouse +set -g mouse on