[DOCS] Missing `&` (Web task) prefix in Interactive Mode Quick Commands table
Documentation Type
Missing documentation (feature not documented)
Documentation Location
https://code.claude.com/docs/en/interactive-mode
Section/Topic
The Quick commands table under the Keyboard shortcuts section.
Current Documentation
The current "Quick commands" table lists the following:
| Shortcut | Description | Notes |
| :--- | :--- | :--- |
| / at start | Slash command | See [slash commands](/en/slash-commands) |
| ! at start | Bash mode | Run commands directly and add execution output to the session |
| @ | File path mention | Trigger file path autocomplete |
What's Wrong or Missing?
The documentation for Claude Code on the web states that users can "send tasks from your terminal to run on the web with the & prefix." However, this critical prefix is missing from the central reference table for quick commands in the Interactive Mode documentation. This omission makes the feature less discoverable for users looking for a summary of terminal shortcuts.
Suggested Improvement
Add a row for the & prefix to the "Quick commands" table in docs/en/interactive-mode.md:
| Shortcut | Description | Notes |
| :--- | :--- | :--- |
| / at start | Slash command | See [slash commands](/en/slash-commands) |
| ! at start | Bash mode | Run commands directly and add execution output to the session |
| & at start | Web task | Send task to run asynchronously on [Claude Code on the web](/en/claude-code-on-the-web) |
| @ | File path mention | Trigger file path autocomplete |
Impact
High - Prevents users from using a feature
Additional Context
The functionality is explicitly detailed in the remote/web documentation at https://code.claude.com/docs/en/claude-code-on-the-web#from-terminal-to-web, so updating the Interactive Mode summary table ensures consistency across the documentation set.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗