Middle Earth

GNU Screen: altscreen on

折腾起来,真是一发而不可收。

刚发现了 screen 的这个选项,使能之后,退出程序或者按 ctrl-z 之后不会留下“残余”。

1
2
3
4
altscreen on|off

If  set to on, "alternate screen" support is enabled in virtual terminals,
just like in xterm.  Initial setting is `off'.

(git 需要设置下 pager,linuxtips.manki.in):

1
git config --global core.pager 'less -+X -+F'

Comments