docs: Add Ctrl-Y keybinding to Emacs commands documentation

This commit is contained in:
Paul Gauthier (aider) 2025-03-21 08:48:28 -07:00
parent 26daf2cd31
commit 25d1eac0f5

View file

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