Skip to content

Feature: Add prompt stashing (Ctrl-S/Ctrl-R) #531

@ManojINaik

Description

@ManojINaik

What feature would you like to see?

Feature Request

Add prompt stashing functionality to temporarily save typed input and restore it later.

Additional information

Use Case

When typing a long message but needing to quickly send something else first, users currently lose their typed input. This feature would let them "stash" it and restore later.

Proposed Implementation

  • Ctrl-S: Stash current input (saves to stack, clears buffer)
  • Ctrl-R: Restore most recently stashed input
  • Bounded storage (max 10 items, 10KB per entry)

I have a working implementation ready to submit as a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions