summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md1
-rw-r--r--docs/usage.md7
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index b586879..6274f5e 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -53,6 +53,7 @@ Runtime reloads
- The Hexai LSP can reload `config.toml` without restarting the editor session.
- Type `/reload>` in an inline chat prompt to reapply file changes; environment overrides are ignored during this reload so the file becomes authoritative.
+- Type `/disable>` to temporarily pause auto-completions (chat prompts and actions keep working) and `/enable>` to resume them without restarting the session.
- The client echoes a summary of the detected differences and logs the same details.
API keys:
diff --git a/docs/usage.md b/docs/usage.md
index 706be99..1dadb1c 100644
--- a/docs/usage.md
+++ b/docs/usage.md
@@ -150,3 +150,10 @@ Bind a key to pipe the current selection through the action runner and replace i
Tips:
- Ensure Helix runs inside tmux to see the status updates.
- You can also set a language-specific binding in `languages.toml` if preferred.
+
+### Slash commands
+
+Type a slash command at the end of a chat line (for example `/? reload>`). Available commands:
+- `/reload>` — reload configuration from disk (ignores environment overrides during the reload).
+- `/disable>` — temporarily disable Hexai auto-completions; code actions and chat prompts continue to work.
+- `/enable>` — re-enable Hexai auto-completions after a `/disable>`.