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.
Cv 最初在 emacs 中移动一屏,但在 cua 模式下,它会拉动文本。那么,如何在 cua 模式下再次移动一屏?
试试PageDown钥匙,又名<next>. 它必然命令cua-scroll-up。
PageDown
<next>
cua-scroll-up
(对于此类问题,您应该查阅 CUA 模式的文档。它应该让您知道哪些键绑定到它篡夺的正常绑定键。)