emacs 选择窗口的一部分
可能的重复:
如何在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 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.
复制。请参阅以下所有内容:
Duplicate. See all of the following:
我在我的
.emacs
配置文件中添加了这一行。使用 Ctrl+TAB 在缓冲区之间导航。I added this line in my
.emacs
configuration file. Use Ctrl+TAB to navigate across the buffers.