fix(tui): remove alt+enter from newLine default keybinding
alt+enter is used by coding-agent for follow-up messages. Having it also mapped to newLine caused a conflict.
This commit is contained in:
@@ -61,7 +61,7 @@ export const DEFAULT_EDITOR_KEYBINDINGS: Required<EditorKeybindingsConfig> = {
|
||||
deleteToLineStart: "ctrl+u",
|
||||
deleteToLineEnd: "ctrl+k",
|
||||
// Text input
|
||||
newLine: ["shift+enter", "alt+enter"],
|
||||
newLine: "shift+enter",
|
||||
submit: "enter",
|
||||
tab: "tab",
|
||||
// Selection/autocomplete
|
||||
|
||||
Reference in New Issue
Block a user