From 787da4cf933b13358af9e1aebe9d48921fd37dea Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 28 Feb 2026 11:27:44 -0800 Subject: [PATCH] Tweak setting terminal-features for tmux copy --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 070e65f..37d66fb 100644 --- a/tmux.conf +++ b/tmux.conf @@ -2,7 +2,7 @@ set -g mouse on # Fix copying text inside mosh -set -as terminal-features ',xterm-256color:clipboard' +set -s terminal-features 'xterm-256color:clipboard' # Select next window bind-key Space next-window