fix(input) ctrl-j support was lost switching to keyBindings.ts (#6305)

Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
This commit is contained in:
Jacob Richman
2025-08-15 08:31:17 -07:00
committed by GitHub
parent 19c644aed3
commit a139804d24
+1
View File
@@ -147,6 +147,7 @@ export const defaultKeyBindings: KeyBindingConfig = {
{ key: 'return', command: true },
{ key: 'return', paste: true },
{ key: 'return', shift: true },
{ key: 'j', ctrl: true },
],
// External tools