feat: External editor settings (#882)

This commit is contained in:
Leo
2025-06-12 02:21:54 +01:00
committed by GitHub
parent dd53e5c96a
commit 1ef68e0612
23 changed files with 849 additions and 81 deletions

View File

@@ -6,6 +6,11 @@ The Gemini CLI supports several built-in commands to help you manage your sessio
Slash commands provide meta-level control over the CLI itself. They can typically be executed by typing the command and pressing `Enter`.
- **`/editor`**
- **Description:** Allows you to configure your external editor for actions such as modifying Gemini's proposed code change.
- **Action:** Opens a dialog for selecting supported editors.
- **`/help`** (or **`/?`**)
- **Description:** Displays help information about the Gemini CLI, including available commands and their usage.