+14
Hard Wrap.
It would be good to have an option to turn on automatic hard wrap. Now one has to do it manually for each paragraph.
Mostly I write text (latex) and I use version control systems. Most diff tools do not handle long lines well (in some cases it is hard to find the diff since one has to scroll horizonatally).
Customer support service by UserEcho
No, that's manual wrapping.
https://github.com/ehuss/Sublime-Wrap-Plus has it, but I like the one in BBEdit 10 better.
No, that's manual wrapping.
No, that's manual wrapping.
Check it out
Auto Hard Wrap
https://github.com/randy3k/AutoWrap
I don't seem to be able to make manual wrapping work, which I am finding increasingly frustrating. The default Sublime strategy appears to be Edit-> Wrap-> Wrap paragraph at *. This is greyed out and not accessible, for some reason.
edit: I am on Linux
Here's my current solution.
Bind space like this:
And write this little command in a new plugin:
HTH