【问题标题】:emacs helm M-x: how to jump to the list of historical commandemacs helm M-x:如何跳转到历史命令列表
【发布时间】:2014-12-25 08:35:45
【问题描述】:

当我运行 M-x 打开 helm 时,它显示 2 个列表,一个是关于匹配模式的 ALL 命令的列表,另一个是历史列表。如何快速跳转到历史记录?

【问题讨论】:

    标签: emacs emacs-helm


    【解决方案1】:

    您可以使用C-o 在 Helm 源之间切换(在您的情况下跳转到历史源)。

    helm Mx 出现后,您可以键入C-c ? 以显示众多可用的绑定。

    在我的设置中,我将M-o 绑定到helm-previous-source,因此我使用C-oM-o 来向上/向下导航源,以及循环(setq helm-move-to-line-cycle-in-source t) 的源。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-06-07
      • 2015-02-05
      • 1970-01-01
      • 2017-11-17
      • 2011-08-09
      • 2014-02-26
      相关资源
      最近更新 更多