From 5f2e94a27a5f9d088ad2f1390bfa6f94c5167e09 Mon Sep 17 00:00:00 2001 From: Tristan Tibbs Date: Fri, 16 Jan 2026 17:55:35 -0500 Subject: [PATCH] fix: enable OSC 52 clipboard for tmux Closes #18 --- tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 23e3af8..d0717aa 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -18,6 +18,9 @@ bind C-a send-prefix # Enable mouse support set -g mouse on +# Enable OSC 52 clipboard - auto-copy selection to system clipboard +set -g set-clipboard external + # Set default terminal mode with true color and UTF-8 support set -g default-terminal "tmux-256color" set-option -ga terminal-overrides ",xterm-256color:Tc"