We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hx
|
fmt -72
The pipe prompt would again preload as a default command the last command I ran, which was the preloaded fmt -72
pipe
The pipe prompt has no preloaded text (possibly because I didn't type anything before I hit enter last time!)
enter
https://asciinema.org/a/ZcpjTOOH3p1v9TEgtzPnu2dSe
n/a
Linux (Ubuntu 22)
kitty
26501af
The text was updated successfully, but these errors were encountered:
It looks like this happens for all prompts, for example with search as well.
helix/helix-term/src/ui/prompt.rs
Lines 528 to 547 in a8b123f
We should probably check that self.line is not empty before pushing it to the history register.
self.line
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary
What I did
hx
|
and type a command, sayfmt -72
|
again (this preloads as a default command, the last command I ran (fmt -72
)). Hit enter|
againWhat I Expected to Happen
The
pipe
prompt would again preload as a default command the last command I ran, which was the preloadedfmt -72
What Actually Happens
The
pipe
prompt has no preloaded text (possibly because I didn't type anything before I hitenter
last time!)Reproduction Steps
https://asciinema.org/a/ZcpjTOOH3p1v9TEgtzPnu2dSe
Helix log
n/a
Platform
Linux (Ubuntu 22)
Terminal Emulator
kitty
Helix Version
26501af
The text was updated successfully, but these errors were encountered: