Skip to content

Commit 9707cd4

Browse files
intel352claude
andcommitted
fix: add Ctrl+H thinking hint to status bar keybinds
Status bar now shows: Ctrl+S sidebar Ctrl+T team Ctrl+H thinking Ctrl+C quit Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9928864 commit 9707cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/tui/components/statusbar.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func (s StatusBar) View(t theme.Theme) string {
5656
line1 := strings.Join(segments, " ")
5757

5858
// Line 2: keybind hints (right-aligned)
59-
hints := "Ctrl+S sidebar Ctrl+T team Ctrl+C quit "
59+
hints := "Ctrl+S sidebar Ctrl+T team Ctrl+H thinking Ctrl+C quit "
6060
pad1 := s.Width - lipgloss.Width(line1)
6161
if pad1 < 0 {
6262
pad1 = 0

0 commit comments

Comments
 (0)