【问题标题】:emacs choose one of the parts of the window [duplicate]emacs选择窗口的一部分[重复]
【发布时间】:2011-08-09 10:26:08
【问题描述】:

可能重复:
How to switch between visible buffers in emacs?

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

【问题讨论】:

  • 请注意,在 Emacs 的术语中,“窗口的一部分”实际上是“框架中的窗口”。即每个“部分”称为一个“窗口”,一个框架内可能有多个窗口。

标签: emacs emacs23


【解决方案1】:

使用 C-x o 将光标移动到窗口列表中的下一个窗口。有关信息,请参阅 Steve Yegge 的帖子 Effective Emacs

【讨论】:

    【解决方案2】:
    【解决方案3】:

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

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-07-24
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多