From a67b665846573abefc448cbabf1c62974bcace60 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 27 Nov 2024 07:37:33 -0800 Subject: [PATCH] copy --- aider/website/_includes/multi-line.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aider/website/_includes/multi-line.md b/aider/website/_includes/multi-line.md index 15de04da9..5a93562ca 100644 --- a/aider/website/_includes/multi-line.md +++ b/aider/website/_includes/multi-line.md @@ -13,3 +13,7 @@ def hello(): print("Hello}") # Note: contains a brace python} ``` + +{: .note } +People often ask for SHIFT-ENTER to be a soft-newline. +Unfortunately there is no portable way to detect that keystroke in terminals.