Skip to content

Chord help displays in help section instead of status bar#232

Merged
clcollins merged 1 commit into
mainfrom
srepd/chord-help-update
May 30, 2026
Merged

Chord help displays in help section instead of status bar#232
clcollins merged 1 commit into
mainfrom
srepd/chord-help-update

Conversation

@clcollins
Copy link
Copy Markdown
Owner

Summary

ctrl+x ? now shows chord commands in the bottom help section (replacing the regular keymap) until any key is pressed, instead of a brief status bar message.

Closes #223

🤖 Generated with Claude Code

Move chord help (ctrl+x ?) from the status bar to the help section at the
bottom of the screen, replacing the regular keymap temporarily. This makes
chord help consistent with how regular help is displayed. Any subsequent
keypress dismisses the chord help and restores normal help.

Fixes #223

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 95.23810% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 67.21%. Comparing base (60dd928) to head (8b3dcd0).
⚠️ Report is 16 commits behind head on main.

Files with missing lines Patch % Lines
pkg/tui/views.go 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #232      +/-   ##
==========================================
+ Coverage   65.33%   67.21%   +1.88%     
==========================================
  Files          26       26              
  Lines        3672     3819     +147     
==========================================
+ Hits         2399     2567     +168     
+ Misses       1142     1118      -24     
- Partials      131      134       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@clcollins clcollins merged commit aeedb54 into main May 30, 2026
10 checks passed
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.

Chord key help should update/replace the regular help when enabled

2 participants