Skip to content

Commit 21667d1

Browse files
Fix agent
1 parent 22fa9d0 commit 21667d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ async def get_multiline_input(prompt: str = "You: ") -> str:
134134
"""
135135
kb = KeyBindings()
136136

137-
@kb.add(Keys.Escape, Keys.Enter) # Alt+Enter in iTerm2
137+
@kb.add(Keys.Escape, Keys.Enter)
138138
def _(event):
139139
"""Submit on Alt+Enter"""
140140
event.current_buffer.insert_text('\n')

0 commit comments

Comments
 (0)