問題タブ [emacs-helm]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
emacs - Helm を使用しているときに、コマンドの完全な選択肢を TAB で循環させるにはどうすればよいですか?
helm を起動すると、次のようなコマンドを入力し始めると、いくつかのコマンドのorg-mo
候補が表示されorg-mode
org-mobile-pull
org-mobile-push
org-mode-restart
ます。
org-mobile-pull
今すぐ取得したい場合は、矢印キーを使用して選択する必要がありますが、tab
キーを押して下に移動し、 を押しS-tab
てリストを上に移動したいとします。
ここの構成を使用してみましたが、エラーが発生します。
リストをタブで移動できる限り、ヘルムや他のランチャー (?) を使用しているかどうかは気にしません。
emacs - helm-toggle-visible-mark-forward を helm-map のキーにバインドする
設定
Helm コマンドのこれらのキー バインドがあります。
問題
最後の行を除いて、これらはすべて機能しhelm-toggle-visible-mark-forward
ます。Helm 完了ウィンドウで C-TAB を押すと、エラー メッセージが表示されます<C-tab> is undefined
。
私が試したこと
使用する\t
-- 同じ結果、<C-tab> is undefined
使用する<C-tab>
--wrong type argument, commandp
削除する#
-- 同じ結果、<C-tab> is undefined
使用するM-TAB
--wrong type argument, commandp
ラムダの使用
--symbol's function definition is void: helm-toggle-visible-mark-forward
質問
再バインドは可能helm-toggle-visible-mark-forward
ですか?もしそうなら、私は何を間違っていますか?