-
Notifications
You must be signed in to change notification settings - Fork 23
Description
I would like to suggest a new feature that allows users to configure line wrapping behavior through specific parameters. The functionality would include:
A parameter to enable or disable line wrapping, or to set a specific limit for when lines should wrap. Suggested parameter: line-wrap: false | true | limit
A parameter to define the maximum number of characters after which lines automatically wrap when line-wrap is set to limit. Suggested parameter: line-wrap-limit: <int>
It would be great to have an option (line-wrap: true) where lines wrap automatically at the end of the screen, regardless of the specified character limit. This would improve usability by adapting to screen size dynamically.
These parameters would enhance customization and provide flexibility for different workflows. I believe this feature could greatly benefit users and improve the overall experience with the software.
Thank you for considering this request!