-
Notifications
You must be signed in to change notification settings - Fork 931
prompt: how to add newlines to body #268
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
Comments
Yep, currently The thing with multiline editing is that it is very hard to scope this properly - when thinking things through you reach the feature set of a general purpose text editor. That being said I guess we could come up with some scheme to allow for multiline output on a single line input (as your suggestions imply). Personally I held back with changes on |
@marionebl Shouldn't auto-wrapping on spaces work with vorpal? Edit: |
Here I have an interest in this. Any update? |
So should I, for now, disable the "body-leading-blank" property in my config ? |
There seems to be no way of adding newlines to the body of the commit. No way to really use for long commit messages as is, since a one line huge body isn't that nice.
Expected Behavior
Shift+enter or
\n
should work.Even better would be auto wrapping to say 80 characters, so that one could write it out naturally, but the prompt would cut it down to lines.
Current Behavior
Enter (and shift+enter) submits and
\n
gets printed as is 😢Affected packages
The text was updated successfully, but these errors were encountered: