Support ctrl+shift+g (#25035)

This commit is contained in:
Jacob Richman
2026-04-09 09:23:04 -07:00
committed by GitHub
parent 5724d6be0f
commit 6686c8ee4c
2 changed files with 5 additions and 2 deletions

View File

@@ -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,