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.
我现在正在考虑将所有移动光标的功能更改为在每次移动后自动重新定位,recenter-top-bottom. 为什么这不标准,这是不好的做法吗?
recenter-top-bottom
尝试录制 and 的宏<down>,C-l然后重播。
<down>
C-l
我认为它不是“标准”的最大原因是因为它需要大量重绘,这在历史上是尽可能避免的(更新终端中的两个字符比更新终端中的所有字符效率高得多)。