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 で 1 画面分移動しますが、cua モードではテキストをヤンクします。では、cua モードで再び 1 画面分移動するにはどうすればよいでしょうか。
PageDownキーを試してみてください<next>。command にバインドされていcua-scroll-upます。
PageDown
<next>
cua-scroll-up
(そのような質問については、CUA モードのドキュメントを参照する必要があります。通常バインドされたキーにバインドされているキーが奪われていることがわかるはずです。)