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