branch: externals/termint
commit 80677aa72b8b7cb94a8a2098d394724143dd64d5
Author: Milan Glacier <d...@milanglacier.com>
Commit: Milan Glacier <d...@milanglacier.com>

    doc: add doc on new config option `show-source-command-hint`.
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 7b62bb55c2..6610de36c0 100644
--- a/README.md
+++ b/README.md
@@ -139,6 +139,10 @@ customization of the REPL's behavior:
 - `termint-myrepl-str-process-func`: Function to preprocess strings before
   sending.
 - `termint-myrepl-source-syntax`: Template for the command used to source code.
+- `termint-myrepl-show-source-command-hint`: When enabled, display the first
+  non-empty line of the code chunk as overlay. Alongside the source command 
sent
+  to the REPL, providing a useful hint about the actual command being executed.
+  the default value is nil.
 
 ## Examples
 

Reply via email to