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 ddbe65e8c3
commit 32d1ac3ce2

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