diff options
Diffstat (limited to 'docs/docs/customization/slash-commands.md')
-rw-r--r-- | docs/docs/customization/slash-commands.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/docs/customization/slash-commands.md b/docs/docs/customization/slash-commands.md index 17f07075..d40f44b5 100644 --- a/docs/docs/customization/slash-commands.md +++ b/docs/docs/customization/slash-commands.md @@ -1,3 +1,10 @@ +--- +title: Slash Commands +description: Shortcuts that can be activated by prefacing your input with '/' +keywords: [slash command, custom commands, step] +--- + + # Slash Commands Slash commands are shortcuts that can be activated by prefacing your input with '/'. For example, the built-in '/edit' slash command let you stream edits directly into your editor. |