Last active
August 29, 2015 14:00
-
-
Save rarous/07038b3c3ab96567c6f5 to your computer and use it in GitHub Desktop.
My user.keymap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{:desc "TODO", | |
:version "0.0.1", | |
:source "TODO", | |
:behaviors "user.behaviors", | |
;; Do not edit - :dependencies are auto-generated | |
:dependencies { | |
"Bracket glow" "0.0.2", | |
"CSS" "0.0.6", | |
"Clojure" "0.1.1", | |
"Emmet" "0.0.2", | |
"HTML" "0.0.2", | |
"HTML Live" "0.0.1", | |
"Javascript" "0.1.2", | |
"Markdown" "0.0.3", | |
"Marks" "0.0.2", | |
"Paredit" "0.0.4", | |
"Paredit-Plus" "0.0.6", | |
"Python" "0.0.7", | |
"Reflow" "0.0.3", | |
"Sort Selected" "0.0.2", | |
"TernJS" "0.1.9", | |
"TrailingWhitespace" "0.0.1", | |
"Whitespace" "0.0.1", | |
"base16 themes" "0.1.0", | |
"eink" "0.0.1", | |
"match-highlighter" "0.0.4"}, | |
:author "TODO", | |
:name "User"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
[:app :lt.objs.style/set-skin "new-dark"] | |
[:app :lt.objs.app/run-on-init :window.fullscreen] | |
[:app :lt.objs.sidebar.workspace/workspace.open-on-start] | |
[:app :lt.objs.files/file.ignore-pattern "(^\\..*)|\\.class$|target/|svn|cvs|\\.git|\\.pyc|~|\\.swp|\\.jar|.DS_Store|_site/|_cache/|__pycache__"] | |
[:editor :lt.objs.editor/no-wrap] | |
[:editor :lt.objs.editor/scroll-past-end] | |
[:editor :lt.plugins.auto-complete/auto-show-on-input] | |
[:editor :lt.plugins.trail-whitespace/show-trailing-whitespace] | |
[:editor :lt.objs.style/set-theme "e-ink"] | |
[:editor :lt.objs.style/font-settings "Source Code Pro" 12 1.6] | |
[:editor.clj :-lt.plugins.rainbow/rainbow-parens] | |
[:editor.edn :-lt.plugins.rainbow/rainbow-parens] | |
[:editor.cljs :-lt.plugins.rainbow/rainbow-parens] | |
[:editor.clojure :lt.objs.langs.clj/print-length 1000] | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
[:app "cmd-t" :workspace.show] | |
[:app "cmd-shift-f" :searcher.show] | |
[:app "cmd-shift-k" :clear-console] | |
[:app "cmd-shift-s" :save-all] | |
[:app "cmd-ctrl-f" :window.fullscreen] | |
[:app "cmd-k" :toggle-console] | |
[:editor "ctrl-b" :editor.sublime.goToBracket] | |
[:editor "ctrl-c" :eval.cancel-all! :clear-inline-results] | |
[:editor "ctrl-d" :editor.delete-line] | |
[:editor "cmd-v" :editor.paste] | |
[:editor "alt-shift-w" :editor.watch.unwatch] | |
[:editor "ctrl-n" :editor.sublime.selectNextOccurrence] | |
[:editor "shift-enter" :editor.sublime.duplicateLine] | |
[:editor "ctrl-k d" :editor.select-all :smart-indent-selection :editor.selection.clear :lt.plugins.marks/jump-to-large-move-mark] | |
[:editor "cmd-c" :editor.copy] | |
[:editor "cmd-d" :editor.doc.toggle] | |
[:editor "alt-w" :editor.watch.watch-selection] | |
[:editor "ctrl-shift-b" :editor.sublime.selectBetweenBrackets] | |
[:editor "ctrl-w" :editor.sublime.selectScope] | |
[:editor "ctrl-k r" :lt.plugins.reflow/reflow] | |
[:editor.clj "shift-alt-s" :paredit.select.parent] | |
[:editor.clj "cmd-shift-," :paredit.shrink.right] | |
[:editor.clj "alt-s" (:paredit.select.parent "(") :smart-indent-selection :paredit.select.clear] | |
[:editor.clj "cmd-shift-." :paredit.shrink.left] | |
[:editor.clj "cmd-shift-0" :paredit.grow.right] | |
[:editor.clj "alt-enter" (:paredit.select.parent "(") :eval-editor-form :paredit.select.clear] | |
[:editor.clj "cmd-shift-s" :paredit-plus.split-sexp] | |
[:editor.clj "cmd-shift-9" :paredit.grow.left] | |
[:editor.clj "cms-shift-j" :paredit-plus.join-sexps] | |
[:editor.clj "shift-alt-k" :paredit-plus.kill] | |
[:editor.clj "cmd-/" :toggle-comment-selection] | |
[:editor.cljs "shift-alt-s" :paredit.select.parent] | |
[:editor.cljs "cmd-shift-," :paredit.shrink.right] | |
[:editor.cljs "alt-s" (:paredit.select.parent "(") :smart-indent-selection :paredit.select.clear] | |
[:editor.cljs "cmd-shift-." :paredit.shrink.left] | |
[:editor.cljs "cmd-shift-0" :paredit.grow.right] | |
[:editor.cljs "alt-enter" (:paredit.select.parent "(") :eval-editor-form :paredit.select.clear] | |
[:editor.cljs "cmd-shift-s" :paredit-plus.split-sexp] | |
[:editor.cljs "cmd-shift-9" :paredit.grow.left] | |
[:editor.cljs "cms-shift-j" :paredit-plus.join-sexps] | |
[:editor.cljs "shift-alt-k" :paredit-plus.kill] | |
[:editor.cljs "cmd-/" :toggle-comment-selection] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment