Skip to content

Instantly share code, notes, and snippets.

@ottonascarella
Created December 4, 2018 20:29
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 ottonascarella/affbfa9bc94512047d7940d95452c15c to your computer and use it in GitHub Desktop.
Save ottonascarella/affbfa9bc94512047d7940d95452c15c to your computer and use it in GitHub Desktop.
Light Table sublime keymap user.keymap
[
[: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