New to Cursor, where is word wrap for editing

Hey All, I am new to Cursor, but familiar to VSCode. I am unable to set word wrapping on to the editor in cursor. Could someone give me the secret to get that working. Thanks.

have you tried to set in the json setting of Cursor

{
“editor.wordWrap”: “on”
}

in the top-mid input box, type this:

>toggle word wrap

default short cut key is alt + z

Thanks Everyone, I was able to find a link that went to the settings so I could check a box for wrap. So many different ways to do it. Thanks again!