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.
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 inputI have a working implementation ready to submit as a PR.