Hi Rowan, ⎕PW ?
Not exactly sure what you are after. Jürgen On 6/21/19 5:27 PM, Rowan Cannaday wrote: > 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