diff options
| author | JAYADITYA <[email protected]> | 2025-08-15 08:45:27 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-15 03:15:27 +0000 |
| commit | 93559d65c88439b92256f40db34f52e70ad646f9 (patch) | |
| tree | 9b2f930a28167e1ffecd725b356d905db8d2edf2 /docs | |
| parent | a84f749310556d85c85ccd56f2bc7f3481d90ce4 (diff) | |
update docs (#6204)
Co-authored-by: Jacob Richman <[email protected]>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/keyboard-shortcuts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/keyboard-shortcuts.md b/docs/keyboard-shortcuts.md index f9720982..bc86b84f 100644 --- a/docs/keyboard-shortcuts.md +++ b/docs/keyboard-shortcuts.md @@ -7,7 +7,7 @@ This document lists the available keyboard shortcuts in the Gemini CLI. | Shortcut | Description | | -------- | --------------------------------------------------------------------------------------------------------------------- | | `Esc` | Close dialogs and suggestions. | -| `Ctrl+C` | Exit the application. Press twice to confirm. | +| `Ctrl+C` | Cancel the ongoing request and clear the input. Press twice to exit the application. | | `Ctrl+D` | Exit the application if the input is empty. Press twice to confirm. | | `Ctrl+L` | Clear the screen. | | `Ctrl+O` | Toggle the display of the debug console. | |
