-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
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
[User] Support for newline reverse prompt #1362
Comments
I guess I could make In Linux or macOS, try |
I'm on Windows. Here is the results of my testing
Given the above, I would expect "^\n" (literal) to work through cmd.exe, however I haven't tested that since (2) actually solves my use case. It might be a good idea to add a note to the documentation. It would also be nice to have the -e work on the reverse prompt as well, but as long as there's a note in the document its probably not necessary. Its always good to have the functionality standardized across the different parameters though. I assumed using a literal wouldn't work largely because -e was offered on the prompt. Feel free to close this ticket |
|
I think for each individual argument would be better to have more control. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
It would be really helpful to be able to define return carriage and newline as reverse prompts.
It doesn't look like there's a way to cause control to return on a new line. I've tried a few different combinations on the command line, but it flies right through them while generating.
The text was updated successfully, but these errors were encountered: