如何使 Git-bash 上的输入行不在屏幕底部

How to make the input line on Git-bash not on the screen's bottom

我在 Windows 上使用 git-bash。我想滚动到屏幕底部,以便输入行下方有空 space。输入命令时,我更喜欢看屏幕的中央或顶部。基本上我想要一个等效于 Matlab 的 home 命令的命令,它使所有可见文本向上移出视图,而不是清除文本。

clear 命令,不管它的名字,都会执行此操作。

clear 命令没有输入参数。它向上移动旧文本,而不是像 windows cls 命令那样删除它。