aboutsummaryrefslogtreecommitdiff
path: root/.config/tmux
diff options
context:
space:
mode:
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 4f12e9e..6061121 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -34,6 +34,9 @@ set -g history-limit 50000
setw -g mode-keys vi
set -g focus-events on
+set -g mouse on
+set -s set-clipboard on
+
# -------- Transparency Everywhere --------
set -g window-style 'bg=default'
set -g window-active-style 'bg=default'