Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to turn off word wrap in iTerm2?

How to turn off word wrap in iTerm2? Is there a specific command to do so or in the preferences? I am trying to avoid having the text run down to the next line. I would rather scroll side to side.

like image 889
Beast_Code Avatar asked Mar 10 '15 00:03

Beast_Code


1 Answers

lifted directly from https://apple.stackexchange.com/a/210666/115119

Props to @michid

Disable line wrapping:

tput rmam 

Enable line wrapping:

tput smam 
like image 110
Mike D Avatar answered Sep 17 '22 05:09

Mike D