少退出后,如何在终端上减少输出?

How to make less output persistent on the terminal, after quitting less?

在我的旧系统(LinuxMint 18.3)上,每次我使用less命令并退出(q)时,less最后查看的页面仍然在终端(bash)视图

在我的新系统上(最小 19.3),当我退出 'less' 时,一切都消失了,就好像 less 从未打开过一样(类似于 'nano' 命令所发生的情况,例如)

有没有办法让 less 的行为像在我的旧系统中一样?这在工作时非常有用,例如git 日志

来自man less

-X or --no-init: Disables sending the termcap initialization and deinitialization strings to the terminal. This is sometimes desirable if the deinitialization string does something unnecessary, like clearing the screen.