docs: Add documentation for Ctrl-X Ctrl-E editor binding

This commit is contained in:
Paul Gauthier 2025-03-28 19:00:43 -10:00 committed by Paul Gauthier (aider)
parent 4a8b17cb84
commit ff1d047048

View file

@ -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.