このキーバインドは、evilモード、org-mode、ivyを使用する私のSpacemacsで機能していました。
t org-todo
Spacemacsバインディングにリストされています:http ://spacemacs.org/layers/+emacs/org/README.html#key-bindings
その後、それは消えました:
SPC h d b org-todo (not listed here)
SPC h d f org-todo (listed but *Help* page shows no binding)
そこでSpacemacsを再インストールしましたが、キーバインディングがまだありません。Spacemacesを再インストールする方法は次のとおりです。
delete .spacemacs file
restart Emacs
answered Spacemacs questions:
What is your preferred editing style? vim
What distribution of spacemacs would you like to start with? spacemacs
What type of completion framework do you want? ivy
Emacs says: Skipping check for new version (reason: dotfile)
SPC f e d (dotspacemacs-configuration-layers)
uncomment 'org' in .spacemacs dotspacemacs-configuration-layers and save
SPC f e R (dotspacemacs/sync-configuration-layers)
それはSpacemacesを再インストールする正しい方法ですか?私はEmacsを初めて使うので、何かを逃したかもしれません。
これは関連している可能性があります:最初のキーを押したときの "<t> is undefined"エラー
Emacs 25.2.1を実行しています。Fedora25ではSpacemacs、evil mode、org-mode、ivyを使用しています。
更新
私はEmacsを再び開いたが、再び動作しなかった。したがって、「t」は断続的に機能します。
「t」が一貫して機能することを期待して、次のことを行いました。
dotspacemacs-configuration-layersを開きます。
SPC f e d
これを〜/ .spacemacsファイルのdefun dotspacemacs / user-config()の先頭に追加します。
;; Single key command execution when at beginning of a headline
(setq org-use-speed-commands t) ; ? speed-key opens Speed Keys help
およびdotspacemacs / sync-configuration-layers:
SPC f e R
しかし、「?」と入力します スピードキーのヘルプは開きません。「t」は機能しますが、断続的に機能していました。そのため、上記のインストールは何も影響しなかった可能性があります。
それはスピードキーをインストールする正しい方法ですか?
悪モードと互換性のある他のスピードキーのリストはありますか?
さらに質問を
dotspacemacs-configuration-layersのどこに(setq org-use-speed-commands t)を貼り付ける必要がありますか?これをAddfun to〜/ .spacemacsファイルのdefun dotspacemacs / user-config()の上部に配置します。
(setq org-use-speed-commands t)の「t」はorg-todoに「t」をバインドするだけですか、それとも他のコマンドもバインドしますか?
http://spacemacs.org/layers/+emacs/org/README.html#treeの単一キーバインディングはすべてSpacemacsのevilモードで機能しますが、HとLはevil-window-topとevil-windowにバインドされます。 -ボトム。
http://notesyoujustmightwanttosave.blogspot.com/2011/12/org-speed-keys.htmlからのバインディングのほとんどは、悪モードと競合しますが、おそらくホーリーモードで動作します。
「?」を押す 何も記載していません。
FINAL_UPDATE
t(org-todo)は1週間以上働いています。どうやらそれはジョンがリンクした問題によって修正されました。
Kaushal Modi、Alexandro de Oliveira、およびJonが示唆したように、私は悪モードを使用しているため、スピードキーを使用していません。