claude-code - 💡(How to fix) Fix Feature request: Add chat:redo action for keybinding support

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…

Claude Code's chat input supports chat:undo but has no corresponding chat:redo action. Once text is undone in the input box, there is no way to redo/restore it.

Root Cause

Claude Code's chat input supports chat:undo but has no corresponding chat:redo action. Once text is undone in the input box, there is no way to redo/restore it.

RAW_BUFFERClick to expand / collapse

Summary

Claude Code's chat input supports chat:undo but has no corresponding chat:redo action. Once text is undone in the input box, there is no way to redo/restore it.

Current behavior

  • chat:undo exists and can be bound to a key (e.g. ctrl+shift+z)
  • No chat:redo action exists in the keybinding system
  • After undoing text, it is permanently lost with no way to recover it

Expected behavior

A chat:redo action should be available to bind (e.g. to ctrl+y or ctrl+shift+z) that restores text that was undone, matching standard editor undo/redo behavior.

Use case

Standard text editing muscle memory — users expect Ctrl+Z / Ctrl+Shift+Z (or Ctrl+Y) to undo and redo changes to the chat input.

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…

FAQ

Expected behavior

A chat:redo action should be available to bind (e.g. to ctrl+y or ctrl+shift+z) that restores text that was undone, matching standard editor undo/redo behavior.

Still need to ship something?

×6

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

Back to top recommendations

TRENDING