summaryrefslogtreecommitdiff
path: root/docs/cli/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli/configuration.md')
-rw-r--r--docs/cli/configuration.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md
index ad0a0df0..1a8f9a8c 100644
--- a/docs/cli/configuration.md
+++ b/docs/cli/configuration.md
@@ -103,6 +103,11 @@ In addition to a project settings file, a project's `.gemini` directory can cont
- **Default:** `"Default"`
- **Example:** `"theme": "GitHub"`
+- **`vimMode`** (boolean):
+ - **Description:** Enables or disables vim mode for input editing. When enabled, the input area supports vim-style navigation and editing commands with NORMAL and INSERT modes. The vim mode status is displayed in the footer and persists between sessions.
+ - **Default:** `false`
+ - **Example:** `"vimMode": true`
+
- **`sandbox`** (boolean or string):
- **Description:** Controls whether and how to use sandboxing for tool execution. If set to `true`, Gemini CLI uses a pre-built `gemini-cli-sandbox` Docker image. For more information, see [Sandboxing](#sandboxing).
- **Default:** `false`