Thanks for reporting a bug you have found in Cursor!
Please add the following info to help us diagnose your issue:
Check the forum to ensure the issue hasn’t been reported already
I have searched for word wrap issues but I did not find a similar issue.
Provide a clear description of the bug
With the following configuration:
{
"editor.wordWrapColumn": 120,
"editor.wordWrap": "bounded"
}
When a markdown file is opened that has a line longer than 120 columns and wide window width, the word wrap behavior is broken. The line stays longer than 120 columns instead of soft wrapping at the 120 column limit.
Explain how to reproduce the bug (if known)
Update your settings to the above settings configuration, then create a markdown file with a line longer than 120 columns.
Attach screenshots or recordings (e.g.,
.jpg
, .png
, .mp4
).
Tell us your operating system and your Cursor version (e.g.,
Windows, 0.x.x
).
Cursor 0.50.4
MacOS Sequoia 15.4.1
Tell us if the issue stops you from using Cursor.
Yes, I am using VSCode to edit markdown files and switching back to Cursor for other types of files.