Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Mx を実行して helm を開くと、2 つのリストが表示されます。1 つはパターンに一致する ALL コマンドに関するリストで、もう 1 つはヒストリアルです。歴史的なものにすばやくジャンプする方法は?
を使用C-oして、Helm ソースを切り替えることができます (この場合は、歴史的なものにジャンプします)。
C-o
helm Mx表示されたら、入力C-c ?して利用可能な多数のバインディングを表示できます。
helm Mx
C-c ?
私のセットアップでは にバインドM-oするhelm-previous-sourceので、 を使用してC-o、M-oソースの循環に加えて、ソースを上下にナビゲートします(setq helm-move-to-line-cycle-in-source t)。
M-o
helm-previous-source
(setq helm-move-to-line-cycle-in-source t)