CR: Tmux Config Remediation — Verification

Verification

Pre-Change Checklist

Check Status

Current tmux config sources without errors

[ ]

Git status clean in tmux-config repo

[ ]

Keybinding count baseline captured (tmux list-keys | wc -l)

[ ]

status-interval and focus-events current values recorded

[ ]

No active tmux sessions depend on N for main-vertical layout

[ ]

Post-Change Checklist

Check Status

tmux source-file completes without errors

[ ]

TPM path standardized to ~/.config/tmux/plugins/tpm/tpm

[ ]

Prefix+F triggers main-vertical layout (was N)

[ ]

Prefix+N creates new session (no conflict)

[ ]

Alt+w opens new window at ~/atelier (not opus-workspace)

[ ]

Help popup works via Prefix+/

[ ]

Copy/paste works (yank + paste via tmux-yank plugin)

[ ]

Hardcoded xclip bindings removed

[ ]

Duplicate focus-events setting removed from base.conf

[ ]

status-interval set to 5 (was 2)

[ ]