mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
Implement multiline-mode, swaps Enter & Meta-Enter
This commit is contained in:
parent
fbde0936e7
commit
aaf7e3f943
6 changed files with 66 additions and 2 deletions
|
@ -248,6 +248,9 @@ class Coder:
|
|||
if self.done_messages:
|
||||
lines.append("Restored previous conversation history.")
|
||||
|
||||
if self.io.multiline_mode:
|
||||
lines.append("Multiline mode: Enabled. Enter inserts newline, Alt-Enter submits text")
|
||||
|
||||
return lines
|
||||
|
||||
def __init__(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue