Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Cmder 的默认设置是换行文本输出。但是如何设置 Cmder 不换行文本输出呢?
Cmder,我的意思是:http ://cmder.net/
截至目前,我不相信有办法禁用文本换行。
有人确实打开了与禁用换行相关的问题。但是,正如ConEmu 路线图中的特色:
当前的 ConEmu 版本既不允许水平滚动,也不允许设置水平缓冲区大小。
尝试运行 command mode,然后您将看到下面的参数。
mode
Lines: xxxx Columns: xxxx Keyboard rate: xx Keyboard delay: x Code page: xxx
记住Columns的值,以防万一你想回滚它。现在执行命令mode 1000并且Column参数应该更改为1000。(或使用任何更高的数字,直到获得所需的结果)
mode 1000
这也适用于 cmd 和 powershell。