From 01437fa58c6ba5ed4ce6edc10dc085744df0d265 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 27 Sep 2024 14:29:35 -0700 Subject: [PATCH] copy --- aider/website/docs/usage/commands.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aider/website/docs/usage/commands.md b/aider/website/docs/usage/commands.md index a26df5efe..cbdfc4f7c 100644 --- a/aider/website/docs/usage/commands.md +++ b/aider/website/docs/usage/commands.md @@ -21,6 +21,7 @@ cog.out(get_help_md()) | **/clear** | Clear the chat history | | **/code** | Ask for changes to your code | | **/commit** | Commit edits to the repo made outside the chat (commit message optional) | +| **/copy** | Copy the last assistant message to the clipboard | | **/diff** | Display the diff of changes since the last message | | **/drop** | Remove files from the chat session to free up context space | | **/exit** | Exit the application | @@ -32,7 +33,8 @@ cog.out(get_help_md()) | **/map-refresh** | Force a refresh of the repository map | | **/model** | Switch to a new LLM | | **/models** | Search the list of available models | -| **/paste** | Paste image/text from the clipboard into the chat (optionally provide a name for the image) | +| **/paste** | Paste image/text from the clipboard into the chat. + Optionally provide a name for the image. | | **/quit** | Exit the application | | **/read-only** | Add files to the chat that are for reference, not to be edited | | **/report** | Report a problem by opening a GitHub Issue |