Add MRU sort for session tree #9
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
Feature
Lineage
Standalone -- discovered while documenting session management (#5).
Repo
ldraney/tmux-customUser Story
As a tmux user with many sessions
I want my most recently used sessions at the top of the session list
So that I can switch between active sessions without scrolling
Context
tmux's
choose-treesorts sessions alphabetically by default. Rebindingprefix + stochoose-tree -sO timesorts by most recently used instead. Active sessions float to the top naturally.Originally considered
luytbq/tmux-session-managerfor J/K manual reorder, but MRU sort makes manual reorder unnecessary -- tested and confirmed.File Targets
Files to modify:
.tmux.conf-- addchoose-tree -sO timebindingdocs/session-management.md-- document MRU sort behaviorFiles NOT to touch:
docs/config-reference.md-- update separatelydocs/plugins.md-- no new pluginsFeature Flag
none
Acceptance Criteria
Ctrl+b sopens session tree sorted by most recently usedTest Expectations
Ctrl+b sshows sessions in MRU orderConstraints
Checklist
Related
tmux-custom-- projectScope Review: NEEDS_REFINEMENT
Review note:
review-1416-2026-06-13Issue body is well-scoped and template-complete. All file targets verified against the codebase. No conflicts with existing bindings or plugins detected. Two traceability gaps prevent READY status:
project-tmux-customnote does not exist in pal-e-docs -- cannot verify user storystory:session-managementagainst a project page. Create project page with user-stories section.arch-tmux-confignote does not exist in pal-e-docs -- no backing architecture note for thearch:tmux-configlabel. Create architecture notearch-tmux-config.Once these backing notes are created, the ticket is ready for next_up.
Scope Review: READY
Review note:
review-1416-2026-06-13-r2Re-review after refinement -- both previous [SCOPE] items resolved. Traceability triangle complete, all file targets verified, template sections present. Ticket is ready to move to next_up.
Add session reorder: sort-by-time binding + session-manager pluginto Add MRU sort for session tree