feat(tui): add Alt+S to stash input text, show stash hint when input is present - #372
Closed
alecuba16 wants to merge 3 commits into
Closed
feat(tui): add Alt+S to stash input text, show stash hint when input is present#372alecuba16 wants to merge 3 commits into
alecuba16 wants to merge 3 commits into
Conversation
alecuba16
force-pushed
the
feat/stash-input
branch
from
August 2, 2026 09:55
1991236 to
b644852
Compare
alecuba16
force-pushed
the
feat/stash-input
branch
from
August 2, 2026 15:28
b644852 to
e3972a1
Compare
Co-authored-by: Cursor <cursoragent@cursor.com>
alecuba16
force-pushed
the
feat/stash-input
branch
from
August 8, 2026 14:56
e3972a1 to
1bb74e7
Compare
alecuba16
force-pushed
the
feat/stash-input
branch
from
August 8, 2026 14:57
1bb74e7 to
6208336
Compare
Author
|
Closing in favor of consolidated group branches. The changes from this PR have been merged into a functional group branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
Alt+Sto stash input text. Stash hint (alt+s stash/alt+s restore stashed input) now shows when input text is present, not just when empty alongside?shortcuts.Changes
render.rs: Rewroteright_hintlogic inrender_input():alt+s restore stashed input(magenta)? shortcuts · alt+s stash(dim)alt+s restore stashed input(magenta) — NEWalt+s stash(dim) — NEWprompt_input.rs:stashed_text: Option<String>field,stash()/restore_stash()methodsTesting
cargo check --workspacecleancargo fmt --allclean