mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user