Skip to content

Commit c4ff8dd

Browse files
committed
revert ctrl+d - conflicts with page down
1 parent 0e035b3 commit c4ff8dd

File tree

1 file changed

+0
-5
lines changed
  • packages/tui/internal/components/chat

1 file changed

+0
-5
lines changed

packages/tui/internal/components/chat/editor.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,6 @@ func (m *editorComponent) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
124124
return nil
125125
}
126126
}
127-
case "ctrl+d":
128-
if m.textarea.Value() != "" {
129-
return m, nil
130-
}
131-
return m, tea.Quit
132127
case "shift+enter":
133128
value := m.textarea.Value()
134129
m.textarea.SetValue(value + "\n")

0 commit comments

Comments
 (0)