Commit graph

58 commits

Author SHA1 Message Date
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
8ebf7cd131 Updated quick start 2024-06-10 17:29:41 -07:00
Paul Gauthier
358a1e3a2f Added posters for install & codespaces help 2024-06-10 16:47:24 -07:00
Paul Gauthier
7695d08f92 Updated multi-line msg docs 2024-06-10 16:43:07 -07:00
Paul Gauthier
044ebfabe9 updated docs 2024-06-10 15:35:45 -07:00
prmbiy
896387c210
Update repomap.md - missing verb in 'More Info' section 2024-06-10 13:59:07 +05:30
paul-gauthier
7eb60bbc23
Update commands.md 2024-06-09 11:28:41 -07:00
Paul Gauthier
86ea47f791 added together_ai/qwen/Qwen2-72B-Instruct data 2024-06-08 16:43:28 -07:00
Paul Gauthier
02c7335aa7 copy 2024-06-08 15:50:29 -07:00
Paul Gauthier
1a97498ee9 copy 2024-06-08 14:37:35 -07:00
Paul Gauthier
48aa0a4f77 added install demo video 2024-06-08 14:33:57 -07:00
Paul Gauthier
88ea4198ea added descriptions 2024-06-08 13:57:16 -07:00
Paul Gauthier
36dab7d89f copy 2024-06-08 13:42:58 -07:00
Paul Gauthier
af21315d51 copy 2024-06-08 12:40:23 -07:00
Paul Gauthier
8f70c359a6 copy 2024-06-08 12:10:33 -07:00
Paul Gauthier
4017c47406 copy 2024-06-08 10:27:05 -07:00
Paul Gauthier
74e51d5c31 copy 2024-06-08 10:04:02 -07:00
Paul Gauthier
0882ae9982 copy 2024-06-08 10:00:16 -07:00
Paul Gauthier
be0520f62f copy 2024-06-07 05:30:18 -07:00
Paul Gauthier
f2de9d26c7 added techfren video to tutorials 2024-06-07 05:27:32 -07:00
Paul Gauthier
2be24f207f copy 2024-06-06 16:44:00 -07:00
Paul Gauthier
329e16e59b copy 2024-06-06 16:42:24 -07:00
Paul Gauthier
519b95713b browser blog & doc need to be separate 2024-06-06 16:05:13 -07:00
Paul Gauthier
435e9a0d86 fixing broken links 2024-06-06 16:00:17 -07:00
Paul Gauthier
f760eacfd6 fixed link 2024-06-06 15:25:23 -07:00
Paul Gauthier
30f4a905c1 renamed config/options and get_md_help() 2024-06-06 14:00:14 -07:00
Paul Gauthier
53deb04e75 use dashed-names not underscore_names in yaml 2024-06-06 13:46:32 -07:00
Paul Gauthier
65c9a7866a improved handling of defaults 2024-06-06 13:40:16 -07:00
Paul Gauthier
3be2c3e893 copy 2024-06-06 12:49:12 -07:00
Paul Gauthier
645ace1d0e fix defaults in sample yml 2024-06-06 12:46:07 -07:00
Paul Gauthier
2d62e3fb1f add sample aider.conf.yml 2024-06-06 12:40:25 -07:00
Paul Gauthier
caca261587 output nice md usage 2024-06-06 12:26:06 -07:00
Paul Gauthier
0e5342fdb8 copy 2024-06-06 11:01:27 -07:00
Paul Gauthier
ef08b2fa1b copy 2024-06-06 10:37:16 -07:00
Paul Gauthier
8c3ccf5054 copy 2024-06-06 09:54:24 -07:00
Paul Gauthier
f2ab3c6966 copy 2024-06-06 09:44:53 -07:00
Paul Gauthier
ed8a807b6a moved _include -> _includes; added footer 2024-06-06 09:22:08 -07:00
Paul Gauthier
da2a7638ab copy 2024-06-06 07:27:00 -07:00
Paul Gauthier
4f42b6038a copy 2024-06-06 06:52:43 -07:00
Paul Gauthier
6d4c87a54a copy 2024-06-06 06:43:56 -07:00
Paul Gauthier
bd52643dbe copy 2024-06-06 06:30:15 -07:00
Paul Gauthier
e341fb9baa copy 2024-06-06 06:26:57 -07:00
Paul Gauthier
220ae44725 copy 2024-06-05 21:16:18 -07:00
Paul Gauthier
01f1e62269 split up install 2024-06-05 21:13:56 -07:00
Paul Gauthier
7bd8d26f95 copy 2024-06-05 21:05:15 -07:00
Paul Gauthier
f8b30e0703 added .env docs 2024-06-05 20:58:34 -07:00
Paul Gauthier
0b7bee8712 repo-map 2024-06-05 20:55:41 -07:00
Paul Gauthier
c5e127d6fa Broke apart llms 2024-06-05 20:50:55 -07:00