Tweak setting terminal-features for tmux copy

This commit is contained in:
Sami Samhuri 2026-02-28 11:27:44 -08:00
parent 77084aad8d
commit 787da4cf93
No known key found for this signature in database

View file

@ -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