summaryrefslogtreecommitdiff
path: root/.config/tmux
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-31 20:08:03 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-10-31 20:08:10 +0100
commitb76b2c820140a58fed0dec8d756f8508265c07ef (patch)
tree96c8a0d0cf4107805683502e6f7a6cbab5509535 /.config/tmux
parent4e2493847ba6d0bb5e12dea8999a78e829b8984e (diff)
tmux: Enable mouse support
Diffstat (limited to '.config/tmux')
-rw-r--r--.config/tmux/tmux.conf3
1 files changed, 3 insertions, 0 deletions
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