Created
January 14, 2015 00:29
-
-
Save GirlBossRush/6288990ba6cf7c23e3ca to your computer and use it in GitHub Desktop.
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
;; Your file has been converted to the new flat format. | |
;; Conversion does not preserve comments or indentation. | |
;; File is backed up at /Users/eric/Library/Application Support/LightTable/User/user.keymap.bak | |
[ | |
[:editor "pmeta-p" :navigate-workspace-transient] | |
[:editor "pmeta-shift-p" :show-commandbar-transient] | |
[:app "pmeta-shift-c" :toggle-console] | |
[:app "pmeta-=" :window.zoom-in] | |
[:app "pmeta-shift-n" :new-file :set-syntax] | |
[:app "pmeta-shift-r" :clear-console] | |
[:app "pmeta-shift-s" :save-all] | |
[:app "pmeta-shift-t" :show-connect] | |
[:app "pmeta-shift-w" :workspace.show] | |
[:app "pmeta--" :window.zoom-out] | |
[:app "pmeta-0" :window.zoom-reset] | |
[:editor "pmeta-/" :toggle-comment-selection] | |
[:editor "shift-pmeta-d" :editor.sublime.duplicateLine] | |
[:editor "pmeta-shift-d" :editor.doc.toggle] | |
[:editor "pmeta-shift-e" :lt.plugins.lt-expectations/run-expectations-curr-file] | |
[:editor "ctrl-shift-up" :editor.sublime.selectLinesUpward] | |
[:editor "shift-pmeta-l" :editor.sublime.splitSelectionByLine] | |
[:editor "ctrl-shift-w" :editor.watch.unwatch] | |
[:editor "alt-h" :paredit.grow.left] | |
[:editor "alt-n" :paredit.shrink.right] | |
[:editor "pmeta-d" :editor.sublime.selectNextOccurrence] | |
[:editor "shift-ctrl-space" :paredit.select.parent] | |
[:editor "alt-s" :paredit.grow.right] | |
[:editor "ctrl-shift-down" :editor.sublime.selectLinesDownward] | |
[:editor "alt-t" :paredit.shrink.left] | |
[:editor "pmeta-j" :editor.sublime.joinLines] | |
[:editor "alt-w" :rolex.watch.values-over-time] | |
[:editor "pmeta-l" :goto-line] | |
[:editor "ctrl-shift-b" :editor.sublime.selectBetweenBrackets] | |
[:editor "ctrl-w" :editor.watch.watch-selection] | |
[:editor "pmeta-up" :editor.sublime.swapLineUp] | |
[:editor "pmeta-down" :editor.sublime.swapLineDown] | |
[:editor "alt-pmeta-up" :lt.plugins.lt-scrubber/increment-value] | |
[:editor "alt-pmeta-down" :lt.plugins.lt-scrubber/decrement-value] | |
[:editor "pmeta-shift-backspace" :clear-inline-results] | |
[:editor "pmeta-shift-s" :save-as] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment