Skip to content

Instantly share code, notes, and snippets.

@gzmask
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gzmask/1e75b51b4106e2dfbdd3 to your computer and use it in GitHub Desktop.
Save gzmask/1e75b51b4106e2dfbdd3 to your computer and use it in GitHub Desktop.
.lighttable
;; Your file has been converted to the new flat format.
;; Conversion does not preserve comments or indentation.
;; File is backed up at C:\Users\lei203\AppData\Local\LightTable\User\user.behaviors.bak
[
[:app :lt.objs.style/set-skin "dark"]
[:app :lt.objs.sidebar.workspace/workspace.open-on-start]
[:app :lt.plugins.vim/map-keys {",L" ":ltexec paredit.shrink.right",
",l" ":ltexec paredit.grow.right",
"gT" ":ltexec tabs.prev",
"gt" ":ltexec tabs.next",
",H" ":ltexec paredit.shrink.left",
",h" ":ltexec paredit.grow.left"}]
[:app :-lt.objs.intro/show-intro]
[:editor :lt.objs.editor/line-numbers]
[:editor :lt.objs.editor.file/last-char-newline]
[:editor :lt.objs.editor.file/remove-trailing-whitespace]
[:editor :lt.objs.editor/wrap]
[:editor :lt.plugins.vim/activate-vim]
[:editor :lt.objs.style/set-theme "default"]
[:editor.clojure :lt.plugins.clojure/print-length 1000]
]
;; Your file has been converted to the new flat format.
;; Conversion does not preserve comments or indentation.
;; File is backed up at C:\Users\lei203\AppData\Local\LightTable\User\user.keymap.bak
[
[:editor "alt-shift-w" :editor.watch.unwatch]
[:editor "alt-w" :editor.watch.watch-selection]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment