How to turn off word wrap in iTerm2?

后端 未结 3 1258
梦毁少年i
梦毁少年i 2021-01-30 03:49

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 s

3条回答
  •  伪装坚强ぢ
    2021-01-30 04:26

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

    Props to @michid

    Disable line wrapping:

    tput rmam
    

    Enable line wrapping:

    tput smam
    

提交回复
热议问题