Add session management documentation #5
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 -- first doc in the new docs/ directory.
Repo
ldraney/tmux-customUser Story
As a tmux user
I want a reference doc for session management commands and philosophy
So that I can quickly look up session navigation without googling
Context
The repo has config but no documentation. Building out a docs/ directory starting with session management -- the most fundamental tmux concept. This is philosophy-first documentation, not just keybinding dumps.
File Targets
Files the agent should modify or create:
docs/session-management.md-- new session management reference docFiles the agent should NOT touch:
.tmux.conf-- no config changes in this issueFeature Flag
none
Acceptance Criteria
docs/directory existsdocs/session-management.mdcovers session mode (Ctrl+b s), prefix commands, CLI usage, resurrect/continuum persistence, and workflow tipsTest Expectations
.tmux.confConstraints
Checklist
Related