mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-18 18:11:02 -07:00
Remove ctrl-t binding for /mcp commands (#11372)
This commit is contained in:
committed by
GitHub
parent
0ded546a09
commit
795e5134c7
@@ -110,8 +110,6 @@ Slash commands provide meta-level control over the CLI itself.
|
||||
- **`schema`**:
|
||||
- **Description:** Show the full JSON schema for the tool's configured
|
||||
parameters.
|
||||
- **Keyboard Shortcut:** Press **Ctrl+T** at any time to toggle between
|
||||
showing and hiding tool descriptions.
|
||||
|
||||
- **`/memory`**
|
||||
- **Description:** Manage the AI's instructional context (hierarchical memory
|
||||
|
||||
@@ -12,7 +12,6 @@ This document lists the available keyboard shortcuts in the Gemini CLI.
|
||||
| `Ctrl+L` | Clear the screen. |
|
||||
| `Ctrl+O` | Toggle the display of the debug console. |
|
||||
| `Ctrl+S` | Allows long responses to print fully, disabling truncation. Use your terminal's scrollback to view the entire output. |
|
||||
| `Ctrl+T` | Toggle the display of tool descriptions. |
|
||||
| `Ctrl+Y` | Toggle auto-approval (YOLO mode) for all tool calls. |
|
||||
|
||||
## Input Prompt
|
||||
|
||||
Reference in New Issue
Block a user