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.