Created
December 4, 2018 20:29
-
-
Save ottonascarella/affbfa9bc94512047d7940d95452c15c to your computer and use it in GitHub Desktop.
Light Table sublime keymap user.keymap
This file contains 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
[ | |
[:editor "ctrl-shift-m" :editor.sublime.selectBetweenBrackets] | |
[:editor "pmeta-shift-d" :editor.sublime.duplicateLine] | |
[:editor "pmeta-shift-space" :editor.sublime.selectScope] | |
[:editor "pmeta-ctrl-up" :editor.sublime.swapLineUp] | |
[:editor "ctrl-shift-up" :editor.sublime.selectLinesUpward] | |
[:editor "ctrl-shift-k" :editor.delete-line] | |
[:editor "pmeta-shift-l" :editor.sublime.splitSelectionByLine] | |
[:editor "ctrl-m" :editor.sublime.goToBracket] | |
[:editor "pmeta-ctrl-down" :editor.sublime.swapLineDown] | |
[:editor "pmeta-d" :editor.sublime.selectNextOccurrence] | |
[:editor "ctrl-shift-down" :editor.sublime.selectLinesDownward] | |
[:editor "pmeta-j" :editor.sublime.joinLines] | |
[:editor "pmeta-/" :toggle-comment-selection] | |
[:editor "shift-tab" :unindent-selection] | |
[:app "pmeta-b" :workspace.show] | |
[:app "pmeta-shift-c" :toggle-console] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment