[DOCS] Missing /settings Command Alias

Resolved 💬 2 comments Opened Jan 23, 2026 by coygeek Closed Feb 28, 2026

Documentation Type

Typo or formatting issue

Documentation Location

https://code.claude.com/en/interactive-mode#built-in-commands

Section/Topic

The "Built-in commands" table in the Interactive mode documentation.

Current Documentation

The table lists /config but does not mention the /settings alias:

| Command | Purpose |
| :-------- | :------------------------------------------- |
| /config | Open the Settings interface (Config tab) |

What's Wrong or Missing?

Update the table entry to include the alias:

| Command | Purpose |
| :--------------------- | :------------------------------------------- |
| /config (/settings) | Open the Settings interface (Config tab) |

Alternatively, add a separate row with a note:

| Command | Purpose |
| :---------- | :--------------------------------------------------------- |
| /config | Open the Settings interface (Config tab) |
| /settings | Alias for /config

Suggested Improvement

  • Mirror location: code-claude/docs/en/interactive-mode.md (line 91)
  • Changelog reference: v2.0.71 - "Added /settings as an alias for the /config command"
  • Files affected: 1 file
  • docs/en/interactive-mode.md - Built-in commands table

Impact

High - Prevents users from using a feature

Additional Context

The original report claimed cli-reference.md was also affected, but this is incorrect. The CLI reference documents command-line flags (like --settings for loading settings files) and terminal commands, not built-in slash commands. The /config slash command is only documented in interactive-mode.md.

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗