-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Wrapping long lines #623
Comments
Kind of cool but kakoune wraps text by piping to the Unix |
I think we can implement it as a native command. It should support detecting and wrapping comments correctly. |
This is talking about hard wrapping, not soft wrapping (issue #136 already exists for that), right? It's not immediately clear to me from the description. |
I realize now that I actually mean soft wrapping but I did not realize that there where already an issue for that, sorry. |
@sparrisable: no worries! I'll close this as duplicate then. I think I'll open another issue for a "hard-wrap selected text" feature, though. Because I think that would also be useful, and is a lot smaller-scope than soft wrapping. |
Here's the new issue for hard-wrapping: #625 |
Is it possible to wrap long lines in helix? (something like "Toggle Word Wrap Alt+Z editor.action.toggleWordWrap" in Visual Studio Code)
If not, I would use such a feature if you decide to add it.
The text was updated successfully, but these errors were encountered: