We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fa9d0 commit 21667d1Copy full SHA for 21667d1
agent.py
@@ -134,7 +134,7 @@ async def get_multiline_input(prompt: str = "You: ") -> str:
134
"""
135
kb = KeyBindings()
136
137
- @kb.add(Keys.Escape, Keys.Enter) # Alt+Enter in iTerm2
+ @kb.add(Keys.Escape, Keys.Enter)
138
def _(event):
139
"""Submit on Alt+Enter"""
140
event.current_buffer.insert_text('\n')
0 commit comments