Run sentence wrap without visual mode? #11060
Unanswered
malcolmbarrett
asked this question in
Q&A
Replies: 1 comment
-
I don't think so, but that's something we should consider. It's a bit complicated because the part of the code that handles visual vs source mode is in the IDE support, and you're asking for something that is currently done by the IDEs/extensions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
My collaborators and I switch between source and visual mode a lot. I want to keep our documents in a sentence-wrapped form. Right now we have:
But it only wraps in visual mode. Is it possible to run the wrapping algorithm on a given file or project all at once without going through them in visual mode one by one?
Beta Was this translation helpful? Give feedback.
All reactions