-
Notifications
You must be signed in to change notification settings - Fork 108
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
bug: no wrapping for very long commands #970
Comments
related #956 |
Having the same issue here. Would love the wrapping feature. When pasting long lines of text/command, the cursor gets “lost”, can’t see the cursor position and editing text/command cannot be seen. |
Same experience here with |
I would suggest transforming this into a feature request since the popup doesn't behave weird after c49a4b0, so the bug:
seems to be resolved, but the expected behavior:
is just another feature that's not implemented now, so I think it would make sense transforming into a feature request because there is no bug anymore. |
Describe the bug
Passing instructions to LLMs can lead to long commands. When the command length overflows the nvim width the command popup doesn't behave very well.
Steps To Reproduce
Write a very long command such as
yada yada yada until you get into state, where the end doesn't fit the width of nvim instance.
Expected Behavior
wrapping to next line
The text was updated successfully, but these errors were encountered: