Try to fix copying text using tmux inside of mosh

This commit is contained in:
Sami Samhuri 2026-02-28 11:09:06 -08:00
parent 118483898d
commit 77084aad8d
No known key found for this signature in database

View file

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