mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-16 00:00:52 -07:00
Support ctrl+shift+g (#25035)
This commit is contained in:
@@ -376,7 +376,10 @@ export const defaultKeyBindingConfig: KeyBindingConfig = new Map([
|
||||
new KeyBinding('ctrl+j'),
|
||||
],
|
||||
],
|
||||
[Command.OPEN_EXTERNAL_EDITOR, [new KeyBinding('ctrl+g')]],
|
||||
[
|
||||
Command.OPEN_EXTERNAL_EDITOR,
|
||||
[new KeyBinding('ctrl+g'), new KeyBinding('ctrl+shift+g')],
|
||||
],
|
||||
[Command.DEPRECATED_OPEN_EXTERNAL_EDITOR, [new KeyBinding('ctrl+x')]],
|
||||
[
|
||||
Command.PASTE_CLIPBOARD,
|
||||
|
||||
Reference in New Issue
Block a user