本文介绍了如何在iTerm2中关闭自动换行?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在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.

推荐答案

直接从 https://apple.stackexchange提出. com/a/210666/115119

@michid

禁用换行:

tput rmam

启用换行:

tput smam

这篇关于如何在iTerm2中关闭自动换行?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 15:29