diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-03 23:50:49 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-03 23:50:49 +0300 |
| commit | 420b5aebf888c638ac096e1476c06eac979ac257 (patch) | |
| tree | 59434cbc37837399d7b5bc7920ffd7be62f1fc7d /config.toml.example | |
| parent | e36a5446bc62842ae3b3e165f66fecb7285a8c6a (diff) | |
Switch inline prompt markers to >! prefixv0.15.1
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example index 9aa217f..cd10e73 100644 --- a/config.toml.example +++ b/config.toml.example @@ -20,7 +20,7 @@ manual_invoke_min_prefix = 0 # required identifier chars for manual invo trigger_characters = [".", ":", "/", "_", " "] [inline] -inline_open = ">" # single-character +inline_open = ">!" # marker prefix for inline prompts inline_close = ">" # single-character [chat] |
