fix: print the modified keybind for command_list (#3859)

pull/3865/head
Mikhail Wahib 2025-11-04 02:29:23 +02:00 committed by GitHub
parent d06afd87e5
commit 1cf1e88b52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -712,7 +712,7 @@ export function Prompt(props: PromptProps) {
<Match when={props.hint}>{props.hint!}</Match>
<Match when={true}>
<text fg={theme.text}>
ctrl+p <span style={{ fg: theme.textMuted }}>commands</span>
{keybind.print("command_list")} <span style={{ fg: theme.textMuted }}>commands</span>
</text>
</Match>
</Switch>