This commit is contained in:
Paul Gauthier 2024-06-10 21:28:09 -07:00
parent 8bfaff2c6f
commit 24cb743aaf

View file

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