From 6f1b6f5f317735495af89de1a9f929c8bb7b5272 Mon Sep 17 00:00:00 2001 From: Greg OmniMind Date: Thu, 17 Apr 2025 20:42:34 +0200 Subject: [PATCH] docs: update editor usage instructions in multi-line guide * Added keybinding `Ctrl-X Ctrl-E` for invoking editor via terminal compatibility. * Enhances user ergonomics for terminals supporting this shortcut, streamlining workflow. * Maintains reference to editor configuration documentation. --- aider/website/_includes/multi-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/_includes/multi-line.md b/aider/website/_includes/multi-line.md index b1fe74211..079113b14 100644 --- a/aider/website/_includes/multi-line.md +++ b/aider/website/_includes/multi-line.md @@ -4,7 +4,7 @@ You can send long, multi-line messages in the chat in a few ways: - 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. + - Use the `/editor` command (or press `Ctrl-X Ctrl-E` if your terminal allows) to open your editor to create the next chat message. See [editor configuration docs](/docs/config/editor.html) for more info. - Use multiline-mode, which swaps the function of Meta-Enter and Enter, so that Enter inserts a newline, and Meta-Enter submits your command. To enable multiline mode: - Use the `/multiline-mode` command to toggle it during a session. - Use the `--multiline` switch.