From 24cb743aaf0853f212300d198f21732c152c4fe3 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 10 Jun 2024 21:28:09 -0700 Subject: [PATCH] copy --- website/docs/commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/commands.md b/website/docs/commands.md index e83726e39..b74f720fa 100644 --- a/website/docs/commands.md +++ b/website/docs/commands.md @@ -56,6 +56,8 @@ The interactive prompt is built with [prompt-toolkit](https://github.com/prompt- ## Vi +To use vi/vim keybindings, run aider with the `--vim` switch. + - `Esc` : Switch to command mode. - `i` : Switch to insert mode. - `a` : Move cursor one character to the right and switch to insert mode.