Skip to content

docs: capitalize Tmux in tmux-sessions page title#1394

Merged
arnestrickmann merged 1 commit intomainfrom
emdash/change-capitalization-docs-11l
Mar 10, 2026
Merged

docs: capitalize Tmux in tmux-sessions page title#1394
arnestrickmann merged 1 commit intomainfrom
emdash/change-capitalization-docs-11l

Conversation

@arnestrickmann
Copy link
Contributor

Summary

  • Capitalize the title of the tmux sessions documentation page from "tmux Sessions" to "Tmux Sessions" for consistent title casing across docs

@vercel
Copy link

vercel bot commented Mar 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Mar 10, 2026 7:18pm

Request Review

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 10, 2026

Greptile Summary

This PR capitalizes the "t" in "tmux" within the frontmatter title field of docs/content/docs/tmux-sessions.mdx, changing it from tmux Sessions to Tmux Sessions.

  • Every other page title in docs/content/docs/ uses standard Title Case (e.g., Remote Projects, MCP Servers, Running Tasks), so tmux Sessions was the only outlier with a lowercase first word.
  • The body of the document correctly retains tmux in lowercase throughout, respecting the tool's official lowercase branding.
  • No functional code is changed — this is a purely cosmetic docs improvement.

Confidence Score: 5/5

  • This PR is safe to merge — it is a single-character documentation title fix with no functional impact.
  • The change is confined to one character in a frontmatter title field of a .mdx documentation file. It introduces no logic, no dependencies, and no behavioral changes. It improves consistency with the established Title Case convention used across all other doc pages.
  • No files require special attention.

Important Files Changed

Filename Overview
docs/content/docs/tmux-sessions.mdx Single-character title casing fix: "tmux Sessions" → "Tmux Sessions", consistent with all other doc page titles using Title Case.

Sequence Diagram

sequenceDiagram
    participant User
    participant Emdash
    participant tmux
    participant Agent

    User->>Emdash: Open chat (tmux: true)
    Emdash->>tmux: tmux new-session -As emdash-{id}
    tmux->>Agent: Spawn agent inside session
    Agent-->>User: Agent running

    Note over User,Agent: Connection drops (SSH/WiFi)

    tmux->>Agent: Session kept alive in background
    User->>Emdash: Reconnect
    Emdash->>tmux: tmux new-session -As emdash-{id}
    tmux-->>Emdash: Reattach to existing session
    Agent-->>User: Resume — no work lost
Loading

Last reviewed commit: 70f69aa

@arnestrickmann arnestrickmann merged commit b2b786c into main Mar 10, 2026
5 checks passed
@arnestrickmann arnestrickmann deleted the emdash/change-capitalization-docs-11l branch March 12, 2026 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant