emacs 选择窗口的一部分

发布于 2024-11-29 01:00:08 字数 258 浏览 0 评论 0原文

可能的重复:
如何在 emacs 中的可见缓冲区之间切换?

使用 Cx 2 将编辑器位置拆分为两部分。为了选择其中之一,我现在使用鼠标。如何使用键盘选择其中之一?

Possible Duplicate:
How to switch between visible buffers in emacs?

I'm using C-x 2 for splitting editor place to two parts. For choose one of them I use mouse now. How I can choose one of them using keyboard?

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

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

发布评论

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

评论(3

居里长安 2024-12-06 01:00:08

使用 Cx o 将光标移动到窗口列表中的下一个窗口。有关信息,请参阅 Steve Yegge 的文章 Effective Emacs

Use C-x o to move the cursor to the next window in the windows list. See Steve Yegge's post Effective Emacs for info.

池木 2024-12-06 01:00:08

我在我的 .emacs 配置文件中添加了这一行。使用 Ctrl+TAB 在缓冲区之间导航。

(global-set-key [C-tab] 'other-window)

I added this line in my .emacs configuration file. Use Ctrl+TAB to navigate across the buffers.

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