-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Soft-wrap enable toggle does not work. #6605
Comments
You need to set an explicit default value for that setting in your config for toggle to work. The problem is that softwrap.ebale is an option I think and therefore don't picked up as a bool |
Hmm okay, what was the reasoning behind wrapping it in an Option? |
…x-editor#6656) Co-authored-by: gibbz00 <[email protected]>
…g. (helix-editor#6656)" This caused a bug that would ignore the global config. This reverts commit af88a3c.
…x-editor#6656) Co-authored-by: gibbz00 <[email protected]>
…g. (helix-editor#6656)" This caused a bug that would ignore the global config. This reverts commit af88a3c.
This still seems to be a problem for me (I'm on latest |
As shown in https://helix-editor.com/news/release-23-03-highlights , since v23.03
Setting a default value in the config.toml seems to be mandatory:
|
…x-editor#6656) Co-authored-by: gibbz00 <[email protected]>
…g. (helix-editor#6656)" This caused a bug that would ignore the global config. This reverts commit af88a3c.
Summary
:toggle-option softwrap-enable
returns "Keysoft-wrap.enable
is not toggle-able" when soft-wrap is not set to true before. Works after a:set-option softwrap-enable true
.Platform
Linux
Terminal Emulator
foot
Helix Version
23.03-16-g2bdb58fb
The text was updated successfully, but these errors were encountered: