Skip to content

Instantly share code, notes, and snippets.

@bwreilly
Last active August 29, 2015 14:04
Show Gist options
  • Save bwreilly/8a602fab8ce88ea48081 to your computer and use it in GitHub Desktop.
Save bwreilly/8a602fab8ce88ea48081 to your computer and use it in GitHub Desktop.
Sublime to LightTable keymap
{:+ {:app {}
:editor {"alt-w" [:editor.watch.watch-selection]
"alt-shift-w" [:editor.watch.unwatch]
"pmeta-/" [:toggle-comment-selection]
"pmeta-d" [:editor.sublime.selectNextOccurrence]
"pmeta-ctrl-up" [:editor.sublime.swapLineUp]
"pmeta-ctrl-down" [:editor.sublime.swapLineDown]
"ctrl-shift-up" [:editor.sublime.selectLinesUpward]
"ctrl-shift-down" [:editor.sublime.selectLinesDownward]}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment