Skip to main content
reopt Handbook
reopt Handbook
Codex Command MasterLabels and command selectionHow to read a detail guideComplete command listTerminal CLI Commands and Options

Task guides

Core Command GroupSession Command GroupCustom Command GuideMCP Command and Integration GuideDesign Workflows

Conversation and context

Cmd. /clearCmd. /renameCmd. /archiveCmd. /deleteCmd. /compactCmd. /copyCmd. /memoriesCmd. /importCmd. /initCmd. /mentionCmd. /forkCmd. /sideCmd. /resumeCmd. /newCmd. /cdCmd. /exportCmd. /recap

Planning and execution

Cmd. /planCmd. /goalCmd. /psCmd. /stopCmd. /app

Review and verification

Cmd. /review

Models and settings

Cmd. /modelCmd. /fast

Permissions and integrations

Cmd. /permissionsCmd. /ideCmd. /setup-default-sandboxCmd. /sandbox-add-read-dirCmd. /pluginsCmd. /hooksCmd. /approveCmd. /skillsCmd. /mcp

Status and diagnostics

Cmd. /agentCmd. /appsCmd. /diffCmd. /feedbackCmd. /personalityCmd. /rawCmd. /statusCmd. /debug-configCmd. /title

Display and input

Cmd. /keymapCmd. /vimCmd. /experimentalCmd. /statuslineCmd. /themeCmd. /petsCmd. /voiceCmd. /worktree

Account and usage

Cmd. /exitCmd. /logoutCmd. /quitCmd. /usage

Legacy

Cmd. /approvals

Verification and history

Current verification scopeHandbook updatesRelease coverage historyEarlier verification recordsCommand change history
Handbook›Codex Command Master›Cmd. /raw
한국어English

Cmd. /raw

Toggle raw scrollback mode for easier terminal selection and copying.

Key takeaways

  • Toggle raw scrollback mode for easier terminal selection and copying.
  • Check the input surface and availability before using the examples below.

Purpose

Toggle raw scrollback mode for easier terminal selection and copying.

/raw

Availability

FieldValue
Input surfaceRunning CLI prompt
KindBuilt-in
StatusCurrent reference
Aliases—
Documented minimumNot specified
Reviewed against2026-09-22 · Codex CLI 0.155.1

The installed command menu and account or organization settings determine availability.

Examples

/raw

When to use it

  1. Copy a long build or test log exactly as it appeared.
  2. Paste an error trace into an issue without markdown rendering changes.

Choosing related commands

CommandDifferenceChoose It When
/rawChanges scrollback selection behaviorYou need exact terminal output
/copyCopies the latest Codex responseYou only need the last assistant output
/diffShows Git diffYou are reviewing file changes

Effects and persistence

Opens a raw session view without executing code changes.

/raw toggles raw scrollback mode so terminal output is easier to select and copy without extra formatting.

Cautions

  • /raw does not clear or compact the conversation.
  • Document the default with team keybindings if terminal behavior changes are confusing.

Official sources

  • Developer Commands
  • Cli

Complete command list · Verification scope · History for this command

Related docs

Cmd. /diff

Review current Git changes from inside Codex.

Cmd. /copy

Claude Code Command Master · Copy a recent assistant response or selected code block.

Cmd. /copy

Pick a whole Codex response, code block, or blockquote and copy it as Markdown.

Cmd. /teleport

Claude Code Command Master · Pull a web session into the local terminal (/tp).

Cmd. /keybindings

Claude Code Command Master · Opens the keybinding configuration file so you can change input behavior.

Cmd. /personality

Choose the response communication style for the current Codex thread.

Cmd. /status

Inspect session configuration, token usage, model, and policy.

On this page

PurposeAvailabilityExamplesWhen to use itChoosing related commandsEffects and persistenceCautionsOfficial sources