mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
docs: Update keyboard shortcuts for input clearing functionality (#6627)
This commit is contained in:
@@ -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+A` / `Home` | Move the cursor to the beginning of the line. |
|
||||||
| `Ctrl+B` / `Left Arrow` | Move the cursor one character to the left. |
|
| `Ctrl+B` / `Left Arrow` | Move the cursor one character to the left. |
|
||||||
| `Ctrl+C` | Clear the input prompt |
|
| `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+D` / `Delete` | Delete the character to the right of the cursor. |
|
||||||
| `Ctrl+E` / `End` | Move the cursor to the end of the line. |
|
| `Ctrl+E` / `End` | Move the cursor to the end of the line. |
|
||||||
| `Ctrl+F` / `Right Arrow` | Move the cursor one character to the right. |
|
| `Ctrl+F` / `Right Arrow` | Move the cursor one character to the right. |
|
||||||
|
|||||||
@@ -149,7 +149,7 @@ export const Help: React.FC<Help> = ({ commands }) => (
|
|||||||
<Text bold color={Colors.AccentPurple}>
|
<Text bold color={Colors.AccentPurple}>
|
||||||
Esc
|
Esc
|
||||||
</Text>{' '}
|
</Text>{' '}
|
||||||
- Cancel operation
|
- Cancel operation / Clear input (double press)
|
||||||
</Text>
|
</Text>
|
||||||
<Text color={Colors.Foreground}>
|
<Text color={Colors.Foreground}>
|
||||||
<Text bold color={Colors.AccentPurple}>
|
<Text bold color={Colors.AccentPurple}>
|
||||||
|
|||||||
Reference in New Issue
Block a user