问题很简单,当你点击时ctrl+alt+t
弹出的终端尺寸是多少?如果你愿意,你也可以说说你是如何得到这个答案的。
答案1
您可以通过运行以下命令轻松获取它resize
:
terrance@terrance-ubuntu:~$ resize
COLUMNS=80;
LINES=24;
export COLUMNS LINES;
我通过使用apropos
并寻找找到了它terminal settings
~$ apropos "terminal settings"
resize (1) - set environment and terminal settings to current xterm..
希望这可以帮助!
答案2
我相信默认终端尺寸是 80×24。
在 Ubuntu 16.04 中,您可以通过打开终端、右键单击终端窗口并打开配置文件来更改此默认设置。在这里,您可以在选项卡Initial terminal size
上设置General
。