claude-code - 💡(How to fix) Fix [Feature Request] Recall & edit previous prompt in Claude Code desktop app (Mac) [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#52768Fetched 2026-04-25 06:21:29
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×3

In the Claude Code terminal CLI, pressing the Up arrow recalls the previously submitted prompt, letting you edit and resubmit it. This is extremely useful — especially for tweaking a prompt that didn't land right, without retyping.

In the Claude Code desktop app on macOS, there appears to be no equivalent. None of the following work:

  • Up / Down arrows (don't cycle through previous prompts)
  • Ctrl+R (no reverse history search)
  • ? (doesn't open a shortcuts/help overlay)

The official docs (Interactive mode) describe these CLI shortcuts as if they apply broadly, but they don't work on the desktop app surface.

Root Cause

In the Claude Code terminal CLI, pressing the Up arrow recalls the previously submitted prompt, letting you edit and resubmit it. This is extremely useful — especially for tweaking a prompt that didn't land right, without retyping.

In the Claude Code desktop app on macOS, there appears to be no equivalent. None of the following work:

  • Up / Down arrows (don't cycle through previous prompts)
  • Ctrl+R (no reverse history search)
  • ? (doesn't open a shortcuts/help overlay)

The official docs (Interactive mode) describe these CLI shortcuts as if they apply broadly, but they don't work on the desktop app surface.

RAW_BUFFERClick to expand / collapse

Summary

In the Claude Code terminal CLI, pressing the Up arrow recalls the previously submitted prompt, letting you edit and resubmit it. This is extremely useful — especially for tweaking a prompt that didn't land right, without retyping.

In the Claude Code desktop app on macOS, there appears to be no equivalent. None of the following work:

  • Up / Down arrows (don't cycle through previous prompts)
  • Ctrl+R (no reverse history search)
  • ? (doesn't open a shortcuts/help overlay)

The official docs (Interactive mode) describe these CLI shortcuts as if they apply broadly, but they don't work on the desktop app surface.

Requested behavior

Please add a keyboard shortcut on the Claude Code desktop app to:

  1. Recall the previous submitted prompt into the input box
  2. Allow editing it
  3. Resubmit with Enter

The CLI's Up arrow behavior would be the most intuitive choice, matching user expectations from terminals and most chat apps.

Environment

  • Claude Code desktop app on macOS

extent analysis

TL;DR

The Claude Code desktop app on macOS likely needs a specific keyboard shortcut implementation to recall previous prompts, similar to the terminal CLI's Up arrow functionality.

Guidance

  • Review the official documentation for any existing, unlisted shortcuts that might achieve the desired behavior.
  • Check if there are any open issues or feature requests in the Claude Code issue tracker related to keyboard shortcuts in the desktop app.
  • Consider reaching out to the Claude Code support team to request the addition of a keyboard shortcut for recalling previous prompts.
  • If possible, test the desktop app on a different platform (e.g., Windows, Linux) to see if the issue is macOS-specific.

Example

No code snippet is provided as this issue is related to application functionality rather than code implementation.

Notes

The solution may involve updating the desktop app or adding a new feature, which would require changes to the application's codebase.

Recommendation

Apply workaround: Reach out to the Claude Code support team to request the addition of a keyboard shortcut for recalling previous prompts, as this functionality is currently not available in the desktop app.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING