|
@@ -255,6 +255,11 @@ export function Autocomplete(props: {
|
|
|
description: "toggle theme",
|
|
description: "toggle theme",
|
|
|
onSelect: () => command.trigger("theme.switch"),
|
|
onSelect: () => command.trigger("theme.switch"),
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ display: "/editor",
|
|
|
|
|
+ description: "open editor",
|
|
|
|
|
+ onSelect: () => command.trigger("prompt.editor"),
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
display: "/help",
|
|
display: "/help",
|
|
|
description: "show help",
|
|
description: "show help",
|