-
Notifications
You must be signed in to change notification settings - Fork 13.4k
interactive history search #2622
Copy link
Copy link
Closed
Labels
TUIIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
TUIIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayenhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
What feature would you like to see?
I would like to request an interactive history search feature for the Codex CLI, similar to the Ctrl+R functionality in bash/zsh shells. This would allow users to quickly search and reuse previous prompts.
Feature Description
Implement an interactive reverse search through prompt history:
Ctrl+Rto enter history search modeCtrl+Rrepeatedly to cycle through matches,Ctrl+Sfor forward searchUser Experience
Entering search mode:
Searching:
Multiple matches: Press
Ctrl+Ragain to cycle through older matchesImplementation Details
Are you interested in implementing this feature?
No, but I'm happy to test and provide feedback.
Additional information
No response