diff --git a/HISTORY.md b/HISTORY.md index a190321c4..95754fea9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -15,7 +15,7 @@ - New `--no-fancy-input` switch disables prompt toolkit input, now still available with `--no-pretty`. - Properly support all o1 models, regardless of provider. - Improved handling of API errors, especially when accessing the weak model. -- Aider wrote 70% of the code in this release. +- Aider wrote 68% of the code in this release. ### Aider v0.60.1 diff --git a/aider/website/docs/usage/commands.md b/aider/website/docs/usage/commands.md index b8970693c..bc5da3e23 100644 --- a/aider/website/docs/usage/commands.md +++ b/aider/website/docs/usage/commands.md @@ -69,6 +69,8 @@ The interactive prompt is built with [prompt-toolkit](https://github.com/prompt- ### Emacs +- `Up Arrow` : Scroll back through previously sent messages. +- `Down Arrow` : Scroll forward through previously sent messages. - `Ctrl-A` : Move cursor to the start of the line. - `Ctrl-B` : Move cursor back one character. - `Ctrl-D` : Delete the character under the cursor. @@ -85,6 +87,8 @@ The interactive prompt is built with [prompt-toolkit](https://github.com/prompt- To use vi/vim keybindings, run aider with the `--vim` switch. +- `Up Arrow` : Scroll back through previously sent messages. +- `Down Arrow` : Scroll forward through previously sent messages. - `Esc` : Switch to command mode. - `i` : Switch to insert mode. - `a` : Move cursor one character to the right and switch to insert mode.