Add plugins and config docs, rewrite README as TOC #7
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 -- continuing docs/ buildout from #5.
Repo
ldraney/tmux-customUser Story
As a tmux user
I want documented plugins, config reference, and a README that serves as a table of contents
So that I can quickly understand what my setup does without reading raw config
Context
First PR (#6) added session management docs. This continues the docs/ buildout with plugin documentation and a config walk-through. README is rewritten from a bare feature list to a proper entry point linking to docs/.
File Targets
Files to modify or create:
docs/plugins.md-- new, documents all TPM plugins with keybindings and overridesdocs/config-reference.md-- new, annotated walk-through of .tmux.confREADME.md-- rewrite as setup + TOC + feature summaryFiles NOT to touch:
.tmux.conf-- no config changesFeature Flag
none
Acceptance Criteria
docs/plugins.mdcovers all 7 plugins with purpose and keybindingsdocs/config-reference.mdwalks through .tmux.conf sectionsREADME.mdlinks to all docs and has setup instructionsTest Expectations
Constraints
Checklist
Related