Skip to content

Instantly share code, notes, and snippets.

@griiettner
Forked from tonsky/user.keymap
Last active August 4, 2016 22:06
Show Gist options
  • Save griiettner/fa7bc41d4a92f62327389ec2718fc15c to your computer and use it in GitHub Desktop.
Save griiettner/fa7bc41d4a92f62327389ec2718fc15c to your computer and use it in GitHub Desktop.
LightTable keymap of Sublime shortcuts
[
[:app "cmd-k-cmd-b" :workspace.show]
[:app "ctrl-`" :toggle-console]
[:editor "alt-w" :editor.watch.watch-selection]
[:editor "alt-shift-w" :editor.watch.unwatch]
[:editor "pmeta-/" :toggle-comment-selection]
[:editor "pmeta-/" :toggle-comment-selection]
[:editor "ctrl-shift-up" :editor.sublime.selectLinesUpward]
[:editor "ctrl-shift-down" :editor.sublime.selectLinesDownward]
[:editor "pmeta-d" :editor.sublime.selectNextOccurrence]
[:editor "ctrl-m" :editor.sublime.goToBracket]
[:editor "ctrl-shift-m" :editor.sublime.selectBetweenBrackets]
[:editor "shift-pmeta-space" :editor.sublime.selectScope]
[:editor "ctrl-pmeta-up" :editor.sublime.swapLineUp]
[:editor "ctrl-pmeta-down" :editor.sublime.swapLineDown]
[:editor "shift-pmeta-l" :editor.sublime.splitSelectionByLine]
[:editor "pmeta-j" :editor.sublime.joinLines]
[:editor "shift-pmeta-d" :editor.sublime.duplicateLine]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment