summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components/ContextSummaryDisplay.tsx
diff options
context:
space:
mode:
authorShreya Keshive <[email protected]>2025-08-14 17:50:20 +0000
committerGitHub <[email protected]>2025-08-14 17:50:20 +0000
commit798c4d1311dc9e415caf422f5eb6a7d7e65f0a7a (patch)
tree611271ff4a548e374a46a9b0b186ed57339dc1ae /packages/cli/src/ui/components/ContextSummaryDisplay.tsx
parent2416a80e9c1d12718e5cf02db8582cff4c9a5942 (diff)
Update IDE integration context toggle shortcut to ctrl+G (#6245)
Diffstat (limited to 'packages/cli/src/ui/components/ContextSummaryDisplay.tsx')
-rw-r--r--packages/cli/src/ui/components/ContextSummaryDisplay.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/components/ContextSummaryDisplay.tsx b/packages/cli/src/ui/components/ContextSummaryDisplay.tsx
index 99406bd6..0c946385 100644
--- a/packages/cli/src/ui/components/ContextSummaryDisplay.tsx
+++ b/packages/cli/src/ui/components/ContextSummaryDisplay.tsx
@@ -49,7 +49,7 @@ export const ContextSummaryDisplay: React.FC<ContextSummaryDisplayProps> = ({
}
return `${openFileCount} open file${
openFileCount > 1 ? 's' : ''
- } (ctrl+e to view)`;
+ } (ctrl+g to view)`;
})();
const geminiMdText = (() => {