diff options
| author | Shreya Keshive <[email protected]> | 2025-08-14 17:50:20 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-14 17:50:20 +0000 |
| commit | 798c4d1311dc9e415caf422f5eb6a7d7e65f0a7a (patch) | |
| tree | 611271ff4a548e374a46a9b0b186ed57339dc1ae /docs | |
| parent | 2416a80e9c1d12718e5cf02db8582cff4c9a5942 (diff) | |
Update IDE integration context toggle shortcut to ctrl+G (#6245)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/keyboard-shortcuts.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/keyboard-shortcuts.md b/docs/keyboard-shortcuts.md index 37e47045..f9720982 100644 --- a/docs/keyboard-shortcuts.md +++ b/docs/keyboard-shortcuts.md @@ -60,3 +60,9 @@ This document lists the available keyboard shortcuts in the Gemini CLI. | `Up Arrow` / `k` | Move selection up. | | `1-9` | Select an item by its number. | | (multi-digit) | For items with numbers greater than 9, press the digits in quick succession to select the corresponding item. | + +## IDE Integration + +| Shortcut | Description | +| -------- | --------------------------------- | +| `Ctrl+G` | See context CLI received from IDE | |
