mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
add sidebar binding
This commit is contained in:
parent
45286713c4
commit
d1f114ca1f
1 changed files with 5 additions and 0 deletions
|
|
@ -1007,6 +1007,11 @@ export function Prompt(props: PromptProps) {
|
|||
{keybind.print("agent_cycle")} <span style={{ fg: theme.textMuted }}>switch agent</span>
|
||||
</text>
|
||||
</Show>
|
||||
<Show when={!wide()}>
|
||||
<text fg={theme.text}>
|
||||
{keybind.print("sidebar_toggle")} <span style={{ fg: theme.textMuted }}>sidebar</span>
|
||||
</text>
|
||||
</Show>
|
||||
<text fg={theme.text}>
|
||||
{keybind.print("command_list")} <span style={{ fg: theme.textMuted }}>commands</span>
|
||||
</text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue