Commit graph

11 commits

Author SHA1 Message Date
Paul Gauthier
24cb743aaf copy 2024-06-10 21:28:09 -07:00
Paul Gauthier
05a74d67de finished --vim 2024-06-10 21:16:33 -07:00
Paul Gauthier
566b653af1 aider: Added useful Vim keybindings for a prompt toolkit prompt.
# Aider chat conversation:

USER: Add useful vim keybindings for a prompt toolkit prompt

ASSISTANT: Here is the updated content with useful Vim keybindings added for the prompt toolkit prompt:

website/docs/commands.md
```markdown
<<<<<<< SEARCH
## Vi
=======
## Vi

- `Esc` : Switch to command mode.
- `i` : Switch to insert mode.
- `a` : Move cursor one character to the right and switch to insert mode.
- `A` : Move cursor to the end of the line and switch to insert mode.
- `I` : Move cursor to the beginning of the line and switch to insert mode.
- `h` : Move cursor one character to the left.
- `j` : Move cursor down one line.
- `k` : Move cursor up one line.
- `l` : Move cursor one character to the right.
- `w` : Move cursor forward one word.
- `b` : Move cursor backward one word.
- `0` : Move cursor to the beginning of the line.
- `$` : Move cursor to the end of the line.
- `x` : Delete the character under the cursor.
- `dd` : Delete the current line.
- `u` : Undo the last change.
- `Ctrl-R` : Redo the last undone change.
- `:` : Enter command mode for ex commands (e.g., `:w` to save).
>>>>>>> REPLACE
```
2024-06-10 21:16:05 -07:00
Paul Gauthier
66f5042ff5 Updated keybindings for Emacs and Vi in the interactive prompt. 2024-06-10 21:16:04 -07:00
Paul Gauthier
7695d08f92 Updated multi-line msg docs 2024-06-10 16:43:07 -07:00
paul-gauthier
7eb60bbc23
Update commands.md 2024-06-09 11:28:41 -07:00
Paul Gauthier
88ea4198ea added descriptions 2024-06-08 13:57:16 -07:00
Paul Gauthier
2be24f207f copy 2024-06-06 16:44:00 -07:00
Paul Gauthier
8c3ccf5054 copy 2024-06-06 09:54:24 -07:00
Paul Gauthier
e3cc69d0c8 coq for in-chat commands 2024-06-05 20:10:48 -07:00
Paul Gauthier
56519361e2 move into website/ 2024-06-05 14:28:39 -07:00
Renamed from docs/commands.md (Browse further)