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. /keymap
한국어English

Cmd. /keymap

Inspect and remap TUI keyboard shortcuts.

Key takeaways

  • Inspect and remap TUI keyboard shortcuts.
  • Check the input surface and availability before using the examples below.

Purpose

Inspect and remap TUI keyboard shortcuts.

/keymap

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

/keymap

When to use it

  1. Use /keymap when tmux, SSH, VS Code terminal, or JetBrains terminal conflicts with default bindings.
  2. Use /keymap debug to inspect terminal key events when the changelog-supported debug flow is available.
  3. Review Vim composer contexts before standardizing modal editing shortcuts.

Choosing related commands

CommandDifferenceChoose It When
/keymapRemaps shortcutsInput or navigation shortcuts conflict
/statuslineChanges footer itemsVisibility fields need adjustment
/titleChanges terminal title itemsWindow identification needs adjustment

Effects and persistence

Shows the current keyboard shortcuts and input configuration.

/keymap edits TUI shortcut bindings by context and action, then persists custom bindings to tui.keymap in config.toml.

Cautions

  • Key names and contexts can expand by CLI version; document values observed in the UI.
  • Avoid forcing personal preferences as team defaults unless they solve a real conflict.

Official sources

  • Developer Commands
  • Config Reference
  • Changelog

Complete command list · Verification scope · History for this command

Related docs

Cmd. /vim

Toggle Vim mode for the Codex TUI composer.

Cmd. /terminal-setup

Claude Code Command Master · Configure multiline input and clipboard behavior by terminal.

Cmd. /statusline

Configure TUI footer status-line fields.

Cmd. /keybindings

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

Cmd. /tui

Claude Code Command Master · Switch TUI renderer while preserving the conversation.

Cmd. /title

Configure terminal window or tab title fields.

Cmd. /vim

Toggle Vim mode for the Codex TUI composer.

On this page

PurposeAvailabilityExamplesWhen to use itChoosing related commandsEffects and persistenceCautionsOfficial sources