From 25d1eac0f5542bfdcd21db870ed010f667832ca3 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 21 Mar 2025 08:48:28 -0700 Subject: [PATCH] docs: Add Ctrl-Y keybinding to Emacs commands documentation --- 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 8ff37c29a..bc378629d 100644 --- a/aider/website/docs/usage/commands.md +++ b/aider/website/docs/usage/commands.md @@ -95,6 +95,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-Y` : Paste (yank) text that was previously cut. ### Vi