From ff1d047048f9aba8aba5d2c84aabe04f888ea4b2 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 28 Mar 2025 19:00:43 -1000 Subject: [PATCH] docs: Add documentation for Ctrl-X Ctrl-E editor binding --- aider/website/docs/usage/commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/website/docs/usage/commands.md b/aider/website/docs/usage/commands.md index cf2def251..9a0caca19 100644 --- a/aider/website/docs/usage/commands.md +++ b/aider/website/docs/usage/commands.md @@ -99,6 +99,7 @@ The interactive prompt is built with [prompt-toolkit](https://github.com/prompt- - `Ctrl-N` : Move down to the next history entry. - `Ctrl-P` : Move up to the previous history entry. - `Ctrl-R` : Reverse search in command history. +- `Ctrl-X Ctrl-E` : Open the current input in an external editor - `Ctrl-Y` : Paste (yank) text that was previously cut.