Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 1cf1e88

Browse files
authored
fix: print the modified keybind for command_list (anomalyco#3859)
1 parent d06afd8 commit 1cf1e88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/opencode/src/cli/cmd/tui/component/prompt

packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ export function Prompt(props: PromptProps) {
712712
<Match when={props.hint}>{props.hint!}</Match>
713713
<Match when={true}>
714714
<text fg={theme.text}>
715-
ctrl+p <span style={{ fg: theme.textMuted }}>commands</span>
715+
{keybind.print("command_list")} <span style={{ fg: theme.textMuted }}>commands</span>
716716
</text>
717717
</Match>
718718
</Switch>

0 commit comments

Comments
 (0)