21

Light Table 0.6.0 で vim モードを有効にするにはどうすればよいですか。ドキュメントでは、エディター モードで「vim」と入力するだけでオートコンプリートされると書かれていますが、今はそうではありませんか? ユーザーの行動に何を追加しますか?

{:+ {
 ;; The app tag is kind of like global scope. You assign behaviors that affect
 ;; all of Light Table here
 :app [(:lt.objs.style/set-skin "dark")]

 ;; The editor tag is applied to all editors
 :editor [:lt.objs.editor/no-wrap
          (:lt.objs.style/set-theme "default")]

 ;; Here we can add behaviors to just clojure editors
 :editor.clojure [(:lt.objs.langs.clj/print-length 1000)]}

 ;; You can use the subtract key to remove behavior that may get added by
 ;; another diff
 :- {:app []}}
4

2 に答える 2