For example, I would like all "narrow buffers" to have text wrapping.
My workflow is:
Regular edit buffers have :set nowrap, so extremely long lines don't hurt UI performance. If I want to edit a long line, I nr to open it in a "narrow buffer", but I want it wrapped there. If possible actually, I would like to run a command of some sort to cut it up for editing. When closing, it will reassemble the string and insert it back. Why cut the string up? For UI performance again.
For example, I would like all "narrow buffers" to have text wrapping.
My workflow is:
Regular edit buffers have :set nowrap, so extremely long lines don't hurt UI performance. If I want to edit a long line, Inr to open it in a "narrow buffer", but I want it wrapped there. If possible actually, I would like to run a command of some sort to cut it up for editing. When closing, it will reassemble the string and insert it back. Why cut the string up? For UI performance again.