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:
parent
ddbe65e8c3
commit
32d1ac3ce2
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ export const defaultKeyBindings: KeyBindingConfig = {
|
||||||
{ key: 'return', command: true },
|
{ key: 'return', command: true },
|
||||||
{ key: 'return', paste: true },
|
{ key: 'return', paste: true },
|
||||||
{ key: 'return', shift: true },
|
{ key: 'return', shift: true },
|
||||||
|
{ key: 'j', ctrl: true },
|
||||||
],
|
],
|
||||||
|
|
||||||
// External tools
|
// External tools
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue