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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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