From 93559d65c88439b92256f40db34f52e70ad646f9 Mon Sep 17 00:00:00 2001 From: JAYADITYA <96861162+JayadityaGit@users.noreply.github.com> Date: Fri, 15 Aug 2025 08:45:27 +0530 Subject: [PATCH] update docs (#6204) Co-authored-by: Jacob Richman --- docs/keyboard-shortcuts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. |