[Solved] Zed config to turn on Wordwrap

October 07, 2024

[Solved] Zed config to turn on Wordwrap

Click the Settings menu then select Open Settings. Edit a settings.json following the code below.

{
"soft_wrap": "editor_width"
}