word wrap
Posted on:
ov supports switching line wrapping modes.
By default, wrapping is character-based (-w / -w=char), which may split words at the edge of the screen.
Wrap modes
-wor-w=char: Wrap at screen width (character-based).-w=word: Wrap at word boundaries.-w=none: Disable wrapping.
With word wrap enabled, long text is wrapped without breaking words in the middle.
You can toggle word wrap after launch with the default key Alt+w.
Character wrap can be toggled with the default keys w / W.

