mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00: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