From 8bfaff2c6fc3a56f8b7f4b83f5bae4f643b60d57 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 10 Jun 2024 21:16:57 -0700 Subject: [PATCH] copy --- website/assets/sample.aider.conf.yml | 3 +++ website/docs/aider_conf.md | 3 +++ website/docs/options.md | 9 +++++++-- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/website/assets/sample.aider.conf.yml b/website/assets/sample.aider.conf.yml index 24b2417bf..adf16cd0b 100644 --- a/website/assets/sample.aider.conf.yml +++ b/website/assets/sample.aider.conf.yml @@ -12,6 +12,9 @@ ####### # Main: +## Use VI editing mode in the terminal (default: False) +#vim: false + ## Specify the OpenAI API key #openai-api-key: diff --git a/website/docs/aider_conf.md b/website/docs/aider_conf.md index 7716b2b28..98f1e683f 100644 --- a/website/docs/aider_conf.md +++ b/website/docs/aider_conf.md @@ -38,6 +38,9 @@ cog.outl("```") ####### # Main: +## Use VI editing mode in the terminal (default: False) +#vim: false + ## Specify the OpenAI API key #openai-api-key: diff --git a/website/docs/options.md b/website/docs/options.md index 2196a26a9..b40fbcc4a 100644 --- a/website/docs/options.md +++ b/website/docs/options.md @@ -14,8 +14,8 @@ from aider.args import get_md_help cog.out(get_md_help()) ]]]--> ``` -usage: aider [-h] [--openai-api-key] [--anthropic-api-key] [--model] - [--opus] [--sonnet] [--4] [--4o] [--4-turbo] +usage: aider [-h] [--vim] [--openai-api-key] [--anthropic-api-key] + [--model] [--opus] [--sonnet] [--4] [--4o] [--4-turbo] [--35turbo] [--models] [--openai-api-base] [--openai-api-type] [--openai-api-version] [--openai-api-deployment-id] [--openai-organization-id] @@ -52,6 +52,11 @@ Aliases: ## Main: +### `--vim` +Use VI editing mode in the terminal (default: False) +Default: False +Environment variable: `AIDER_VIM` + ### `--openai-api-key OPENAI_API_KEY` Specify the OpenAI API key Environment variable: `OPENAI_API_KEY`