modified
dotfiles/tmux.conf
@@ -4,6 +4,16 @@ set -ga terminal-overrides ",xterm-256color:Tc"set -g focus-events onset -g mouse on# Mouse-select copies straight to the host clipboard via OSC 52, so a drag# inside a pane lands on the Windows clipboard (Ctrl+Shift+V to paste) with no# Shift-drag and no pane bleed. set-clipboard on emits the sequence for tmux's# own selections; the terminal-features line hands tmux the Ms capability it# needs to do so. Windows Terminal honors OSC 52 by default, and `docker exec`# passes it through untouched (the only thing that breaks it is nested tmux,# which this setup never does). Verify with: tmux info | grep Ms:set -g set-clipboard onset -as terminal-features ',xterm-256color:clipboard'# Status bar positionset -g status-position bottomset -g status-interval 5