diff --git a/aider/website/_includes/multi-line.md b/aider/website/_includes/multi-line.md index a3c224603..15de04da9 100644 --- a/aider/website/_includes/multi-line.md +++ b/aider/website/_includes/multi-line.md @@ -1,7 +1,7 @@ You can send long, multi-line messages in the chat in a few ways: - Paste a multi-line message directly into the chat. - Enter `{` alone on the first line to start a multiline message and `}` alone on the last line to end it. - - Enter `{tag` (where "tag" is any sequence of letters/numbers) and end with `tag}`. This is useful when you need to include closing braces `}` in your message. + - Or, start with `{tag` (where "tag" is any sequence of letters/numbers) and end with `tag}`. This is useful when you need to include closing braces `}` in your message. - Use Meta-ENTER to start a new line without sending the message (Esc+ENTER in some environments). - Use `/paste` to paste text from the clipboard into the chat. - Use the `/editor` command to open your editor to create the next chat message. See [editor configuration docs](/docs/config/editor.html) for more info. diff --git a/aider/website/docs/usage/commands.md b/aider/website/docs/usage/commands.md index 344d45136..8f445afb9 100644 --- a/aider/website/docs/usage/commands.md +++ b/aider/website/docs/usage/commands.md @@ -3,7 +3,14 @@ parent: Usage nav_order: 50 description: Control aider with in-chat commands like /add, /model, etc. --- + # In-chat commands +{: .no_toc } + +- TOC +{:toc} + +## Slash commands Aider supports commands from within the chat, which all start with `/`.