CR: Tmux Config Evolution — Rollback

Rollback Procedure

Trigger Conditions

Rollback if:

  • tmux fails to start or source config

  • Critical keybindings broken

  • Status bar not rendering

Rollback Steps

Each phase is an independent commit. Rollback any phase without affecting others:

# Revert specific phase commit
git -C ~/.config/tmux log --oneline -5
git -C ~/.config/tmux revert <commit-hash>

# Reload
tmux source-file ~/.config/tmux/tmux.conf