Skip to content

Right-clicking anywhere in terminal input should open the prompt editor #9688

@zachlloyd

Description

@zachlloyd

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

  1. Open Warp in terminal mode with the terminal input visible.
  2. Right-click different parts of the visible terminal input area, including the blank/input region around the prompt placeholder.
  3. The prompt editor should open regardless of the exact point within the terminal input area that was right-clicked.

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.rs and app/src/pane_group/mod.rs: contain OpenPromptEditor action wiring found via repo search.

Metadata

Metadata

Assignees

Labels

area:terminal-inputTerminal command-line input, cursor movement, key handling, and input editing.bugSomething isn't working.os:macmacOS-specific behavior, regressions, or requests.ready-to-implementThe issue is ready for implementation work.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions