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.
在截断模式下,窗口中只显示部分行。我知道C-x <并且C-x >可以左右滚动,但我想要一种更方便的方式来处理水平滚动——就像我们用鼠标滚轮垂直滚动的方式(可能结合按下其他修改键)。有没有办法设置它.emacs?谢谢。
C-x <
C-x >
.emacs
mwheel-scroll 内部调用
(funcall mwheel-向下滚动功能)
分别 向上
切换命令可能会将此功能替换为向左滚动。另一个地方...-对。