Skip to content

Support Ctrl+P / Ctrl+N navigation in /resume picker #18179

@hasit

Description

@hasit

What version of Codex CLI is running?

codex-cli 0.121.0

What subscription do you have?

OpenAI API key, Enterprise

Which model were you using?

No response

What platform is your computer?

Darwin 25.4.0 arm64 arm

What terminal emulator and version are you using (if applicable)?

Ghostty

What issue are you seeing?

When I trigger /resume and the session picker opens, I can navigate with Up/Down arrows, but Ctrl+P and Ctrl+N do not move the selection. Those shortcuts already work in other Codex TUI flows like ListSelectionView-backed pickers and the textarea/composer, so /resume feels inconsistent.

What steps can reproduce the bug?

  1. Start Codex CLI.
  2. Trigger /resume to open the saved-session picker.
  3. Press Ctrl+P or Ctrl+N.
  4. Notice that the selection does not move, while Up/Down arrows do.

What is the expected behavior?

Ctrl+P should move to the previous session and Ctrl+N should move to the next session, matching the existing keyboard behavior in other Codex TUI pickers and the textarea.

Additional information

This appears to be isolated to the fullscreen resume picker path rather than the shared popup/list selection components. Up/Down already work there; only the Ctrl+P/Ctrl+N aliases are missing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    TUIIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayenhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions