Merge branch 'main' into memory_usage3

This commit is contained in:
Spencer
2026-04-09 12:58:19 -04:00
committed by GitHub
2 changed files with 5 additions and 2 deletions
+4 -1
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,