Hello y'all, Is there a simple way to either increase or eliminate the wrap width in the REPL?
In vim this would be :set nowrap and using a pager would be `less -S`. I have some nested objects I inspect w/ ` 4 ⎕CR` but the wrap causes the lines to overflow and make it difficult to read. - Rowan
