summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-08 16:25:01 +0300
committerPaul Buetow <paul@buetow.org>2026-07-08 16:25:01 +0300
commit8d82c28522e027af96138afd9b2111895c69ca6a (patch)
treecb34f7255646653d6f6f733dd8fb89f7805dd4a6
parente8357b03dea8e4367186954df4e4f257a1df661e (diff)
fix
-rw-r--r--docs/usage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage.md b/docs/usage.md
index 14a85ba..d68f1ce 100644
--- a/docs/usage.md
+++ b/docs/usage.md
@@ -32,7 +32,7 @@ Note: additional LSPs (`gopls`, `golangci-lint-lsp`) are optional; Hexai works w
Ask a question at the end of a line and receive the answer inline.
-- End your question line with a trigger: `?>`, `!>`, or `:>`.
+- End your question line with a trigger: `?>`, `!>`, `:>`, or `;>`.
- Hexai removes only the trailing `>` from the question line (and keeps your trailing punctuation). Inline code-completion triggers now use `>!text>` (inline) or `>>!text>` (line-replace).
- It inserts a blank line, then a reply line prefixed with `> `, then one extra newline so most
editors place the cursor on a fresh blank line after the answer.