Closed csimo29 closed 1 month ago
Would changing max editor width help? I always use it because when there's just one editor open it's too wide
On Sat, Oct 5, 2024, 7:35 AM csimo29 @.***> wrote:
It would be nice to set a line character length for the line wrapping within global config, or within the projects. I often take .txt notes with focus and would enjoy narrower columns when writing paragraphs without having to make my window narrow or open another buffer and resize it manually.
line_wrap_is_on_by_default: true line_wrap_set_line_length: 120 # some way to change it
— Reply to this email directly, view it on GitHub https://github.com/focus-editor/focus/issues/439, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4OX77XS5G2Q625NY4LTKGLZZ3NVZAVCNFSM6AAAAABPMMVQFKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3DOMBVGEZDOMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
this works perfectly! thanks!
It would be nice to set a line character length for the line wrapping within global config, or within the projects. I often take .txt notes with focus and would enjoy narrower columns when writing paragraphs without having to make my window narrow or open another buffer and resize it manually.
line_wrap_is_on_by_default: true line_wrap_set_line_length: 120 # some way to change it