From 77084aad8d3b0c2854cd62150fb4a35be31c12cf Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 28 Feb 2026 11:09:06 -0800 Subject: [PATCH] Try to fix copying text using tmux inside of mosh --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index d96aba5..070e65f 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,6 +1,9 @@ # Enable mouse support set -g mouse on +# Fix copying text inside mosh +set -as terminal-features ',xterm-256color:clipboard' + # Select next window bind-key Space next-window