如何在 emacs 中的缓冲区上获得焦点跟随鼠标?

发布于 2024-07-20 23:14:33 字数 114 浏览 6 评论 0原文

假设我打开了一个源文件并启动了一个 shell。 我可以按 Cx o 在两个缓冲区之间切换。 但是,如何才能获得它,以便当我移动鼠标时,鼠标下方的缓冲区获得焦点,就像窗口管理器中常见的“焦点跟随鼠标”选项一样?

Suppose I have a source file open and I launch a shell. I can hit C-x o to switch between the two buffers. But how can I get it so that when I move the mouse the buffer under the mouse gets focus, just like the "focus follows mouse" option common in window managers?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

你的笑 2024-07-27 23:14:33

放:

(setq mouse-autoselect-window t)

Set:

(setq mouse-autoselect-window t)
氛圍 2024-07-27 23:14:33

回答 shift+arrow 注释,在 .emacs 中执行以下操作:

(windmove-default-keybindings)

Answering the shift+arrow comment, do in your .emacs:

(windmove-default-keybindings)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文