focus-editor / focus

A simple and fast text editor
GNU General Public License v3.0
1.82k stars 99 forks source link

Feature Request : Line Length on Line Wrap #439

Closed csimo29 closed 1 month ago

csimo29 commented 1 month ago

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

focus-editor commented 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: @.***>

csimo29 commented 1 month ago

this works perfectly! thanks!