docs(help): update in-app controls help#175
Conversation
Greptile SummaryThis PR updates the in-app controls help to accurately reflect features shipped since
Confidence Score: 5/5Safe to merge — documentation-only changes with no logic modifications All four files are purely additive documentation and label updates. Every newly documented shortcut was verified as already implemented in the codebase. Tests were updated in parallel and cover both the new content and spacing invariants. No files require special attention Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User presses ? or F10 → Help menu] --> B[HelpDialog renders]
B --> C[Navigation section]
B --> D[Mouse section NEW]
B --> E[View section]
B --> F[Review section]
D --> G[Wheel → scroll vertically]
D --> H[Shift+Wheel → scroll code horizontally]
C --> I[← / → → scroll code left/right]
C --> J[{ / } → previous/next comment]
Reviews (1): Last reviewed commit: "docs(help): update in-app controls help" | Re-trigger Greptile |
Summary
Context
Reviewed commits since
v0.8.1for new shortcuts/behaviors that should be reflected in the in-app help.Testing