Revert .tmux.conf to minimal initial config #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Bug
What Broke
Layered additions on top of
abeb159introduced user-visible bugs and made the config opaque:Ctrl-b copens new windows at the end of the stack instead of next to the current windowafter-split-window+pane-exitedrebalance hooks fight manual pane layouts</>swap-window bindings required a follow-up "insert at boundaries" fix (kludge on kludge)Repro Steps
cd ~/tmux-custom && git log --oneline— see5fd40bb,df57813,11a3cdastacked onabeb159.tmux.conf, pressCtrl-b cwhile focused on a window in the middle of the stackExpected Behavior
.tmux.confshould match the minimal 22-line baseline fromabeb159(mouse on, clickable session, battery in status-right, vi mode). From that clean state, future additions land deliberately, one per PR, only if they earn their keep.Environment
~/tmux-custom, branchmainat11a3cda1-fix-window-move-insertwith8a8fcf5(doesn't touchbind c, unrelated to theCtrl-b cbug)Lineage
Standalone — dotfile regression triage. Not tied to a plan.
Repo
forgejo_admin/tmux-custom
User Story
As Lucas, I want my tmux config small enough to read without scrolling and
Ctrl-b cto behave predictably, so I can trust it and add features back deliberately.Context
Lucas confirmed: "we've made it worse." Recent commits (
5fd40bbonward) stacked plugins and hooks that outweigh their value. Going back to baseline.File Targets
.tmux.conf— restore byte-identical toabeb159:.tmux.confAcceptance Criteria
.tmux.confmatchesabeb159:.tmux.confexactly (22 lines)reset --hard+ force pushTest Expectations
Manual: after merge,
tmux source-file ~/.tmux.confreloads cleanly with no TPM/catppuccin references.Constraints
~/.tmux/plugins/on disk — user decision after merge.Checklist
maingit checkout abeb159 -- .tmux.confRelated
5fd40bb,df57813,11a3cda,8a8fcf5abeb159