-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Right-clicking anywhere in terminal input should open the prompt editor #9688
Copy link
Copy link
Open
Labels
area:terminal-inputTerminal command-line input, cursor movement, key handling, and input editing.Terminal command-line input, cursor movement, key handling, and input editing.bugSomething isn't working.Something isn't working.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.ready-to-implementThe issue is ready for implementation work.The issue is ready for implementation work.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.The report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Metadata
Metadata
Assignees
Labels
area:terminal-inputTerminal command-line input, cursor movement, key handling, and input editing.Terminal command-line input, cursor movement, key handling, and input editing.bugSomething isn't working.Something isn't working.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.ready-to-implementThe issue is ready for implementation work.The issue is ready for implementation work.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.The report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Summary
Right-clicking anywhere within the terminal input area in terminal mode should open the prompt editor, but the prompt editor is not available from all parts of the input surface.
Problem
The terminal input area appears to contain regions where a user can reasonably expect prompt-editing affordances to apply, but right-clicking those regions does not bring up the prompt editor. This makes the prompt editor harder to discover and use because the invocation target feels narrower than the visible input area.
Expected behavior
When Warp is in terminal mode and the terminal input is visible, right-clicking anywhere on the terminal input area should bring up the prompt editor.
Actual behavior
Right-clicking within the terminal input area does not consistently bring up the prompt editor. The attached screenshot shows the relevant terminal input region, and the Loom link demonstrates the interaction.
Reproduction steps or desired workflow
Artifacts
Loom: https://www.loom.com/share/1428ec3524a44cacb0f173fd7d2a5e86
Warp version
v0.2026.04.30.08.57.dev_00
Operating system
macOS 26.4.1 (build 25E253)
Possible source references
app/src/prompt/editor_modal.rs: prompt editor modal implementation.app/src/pane_group/pane/terminal_pane.rs: terminal pane surface likely responsible for terminal input interaction handling.app/src/workspace/action.rsandapp/src/pane_group/mod.rs: containOpenPromptEditoraction wiring found via repo search.