加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

clojure – 如何在Light Table中设置Vim模式?

发布时间:2020-12-15 19:46:39 所属栏目:安全 来源:网络整理
导读:如何在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 her
如何在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 []}}
有同样的问题,从0.6.0 changelog:

CHANGE: Emacs and Vim are now both plugins to be downloaded via the plugin manager

下载它,重新启动,现在,当您键入vim时,它会自动完成。

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读