summaryrefslogtreecommitdiff
path: root/docs/keyboard-shortcuts.md
diff options
context:
space:
mode:
authorfuyou <[email protected]>2025-08-20 21:56:53 +0800
committerGitHub <[email protected]>2025-08-20 13:56:53 +0000
commitb6e7796346cba33153efed896c10372803286479 (patch)
tree3104a26ba34a3bb54529837210b9c76e85139fe0 /docs/keyboard-shortcuts.md
parentc668699e77104e70167c949ddf769baae297162f (diff)
docs: Update keyboard shortcuts for input clearing functionality (#6627)
Diffstat (limited to 'docs/keyboard-shortcuts.md')
-rw-r--r--docs/keyboard-shortcuts.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/keyboard-shortcuts.md b/docs/keyboard-shortcuts.md
index bc86b84f..a0c82201 100644
--- a/docs/keyboard-shortcuts.md
+++ b/docs/keyboard-shortcuts.md
@@ -29,6 +29,7 @@ This document lists the available keyboard shortcuts in the Gemini CLI.
| `Ctrl+A` / `Home` | Move the cursor to the beginning of the line. |
| `Ctrl+B` / `Left Arrow` | Move the cursor one character to the left. |
| `Ctrl+C` | Clear the input prompt |
+| `Esc` (double press) | Clear the input prompt. |
| `Ctrl+D` / `Delete` | Delete the character to the right of the cursor. |
| `Ctrl+E` / `End` | Move the cursor to the end of the line. |
| `Ctrl+F` / `Right Arrow` | Move the cursor one character to the right. |