mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-03 16:34:31 -07:00
Update IDE integration context toggle shortcut to ctrl+G (#6245)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
exports[`IDEContextDetailDisplay > handles duplicate basenames by showing path hints 1`] = `
|
||||
"
|
||||
╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
||||
│ VS Code Context (ctrl+e to toggle) │
|
||||
│ VS Code Context (ctrl+g to toggle) │
|
||||
│ │
|
||||
│ Open files: │
|
||||
│ - bar.txt (/foo) (active) │
|
||||
@@ -15,7 +15,7 @@ exports[`IDEContextDetailDisplay > handles duplicate basenames by showing path h
|
||||
exports[`IDEContextDetailDisplay > renders a list of open files with active status 1`] = `
|
||||
"
|
||||
╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
||||
│ VS Code Context (ctrl+e to toggle) │
|
||||
│ VS Code Context (ctrl+g to toggle) │
|
||||
│ │
|
||||
│ Open files: │
|
||||
│ - bar.txt (active) │
|
||||
|
||||
Reference in New Issue
Block a user