From 3c8f15f924447a056ef424832be8730aca0043b5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 27 Sep 2024 12:32:03 -0700 Subject: [PATCH] copy --- aider/website/docs/usage/commands.md | 2 +- aider/website/docs/usage/images-urls.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/website/docs/usage/commands.md b/aider/website/docs/usage/commands.md index 2612a4401..025580b1a 100644 --- a/aider/website/docs/usage/commands.md +++ b/aider/website/docs/usage/commands.md @@ -19,7 +19,7 @@ cog.out(get_help_md()) | **/ask** | Ask questions about the code base without editing any files | | **/chat-mode** | Switch to a new chat mode | | **/clear** | Clear the chat history | -| **/clipboard** | Add image/text from the clipboard to the chat (optionally provide a name for the image) | +| **/paste** | Add image/text from the clipboard to the chat (optionally provide a name for the image) | | **/code** | Ask for changes to your code | | **/commit** | Commit edits to the repo made outside the chat (commit message optional) | | **/diff** | Display the diff of changes since the last message | diff --git a/aider/website/docs/usage/images-urls.md b/aider/website/docs/usage/images-urls.md index 2a7c9bce0..5b750b498 100644 --- a/aider/website/docs/usage/images-urls.md +++ b/aider/website/docs/usage/images-urls.md @@ -23,7 +23,7 @@ You can add images to the chat just like you would add any other file: - Use `/add ` from within the chat -- Use `/clipboard` to paste an image from your clipboard into the chat. +- Use `/paste` to paste an image from your clipboard into the chat. - Launch aider with image filenames on the command line: `aider ` along with any other command line arguments you need. ## Web pages