diff options
| author | Leo <[email protected]> | 2025-06-12 02:21:54 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-11 18:21:54 -0700 |
| commit | 1ef68e061213b6b170bd979d31d4805da2357272 (patch) | |
| tree | ddd91ec2a7841e763676e09765adf6f21880c2c3 /docs/cli | |
| parent | dd53e5c96aa01708a3bdb675c8a8e0d71be35651 (diff) | |
feat: External editor settings (#882)
Diffstat (limited to 'docs/cli')
| -rw-r--r-- | docs/cli/commands.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/cli/commands.md b/docs/cli/commands.md index ad091afc..f9e229a0 100644 --- a/docs/cli/commands.md +++ b/docs/cli/commands.md @@ -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. |
