emacs、auctex、noweb-mode - 如何防止屏幕重新回到点周围?
当处于 auctex 和 noweb 模式(在 emacs 中使用 Sweave)时,当我使用下一行、上一行等(Cn、Cp 和 mouse-1)时,我发现屏幕重新置中会分散注意力。有谁知道如何将其关闭?非常感谢!
When in auctex and noweb-mode (using Sweave in emacs), I find it distracting when the screen recenters itself as I use next-line, previous-line, etc. (C-n, C-p, and mouse-1). Does anyone know how to turn it off? Thanks much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
转到
customize-group: windows
并阅读scroll-step
和scroll-conservatively
的文档。如果您将scroll-conservatively
设置为一个很大的值,您应该会得到您想要的行为。我尝试了 10000。您还可以查看 Info (emacs) 滚动。希望这有帮助!
got to
customize-group: windows
and read the documentation forscroll-step
andscroll-conservatively
. If you setscroll-conservatively
to a big value you should get the behavior you want. I tried 10000. You can also have a look at Info (emacs) Scrolling.Hope this helps!