Skip to content

Instantly share code, notes, and snippets.

@tonsky
Created June 4, 2014 12:04
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tonsky/a2982b5440d2c84c9dcc to your computer and use it in GitHub Desktop.
Save tonsky/a2982b5440d2c84c9dcc to your computer and use it in GitHub Desktop.
LightTable keymap of Sublime shortcuts
{ :+
{ :editor
{ "pmeta-/" [:toggle-comment-selection]
"ctrl-shift-up" [:editor.sublime.selectLinesUpward]
"ctrl-shift-down" [:editor.sublime.selectLinesDownward]
"pmeta-d" [:editor.sublime.selectNextOccurrence]
"ctrl-m" [:editor.sublime.goToBracket]
"ctrl-shift-m" [:editor.sublime.selectBetweenBrackets]
"shift-pmeta-space" [:editor.sublime.selectScope]
"ctrl-pmeta-up" [:editor.sublime.swapLineUp]
"ctrl-pmeta-down" [:editor.sublime.swapLineDown]
"shift-pmeta-l" [:editor.sublime.splitSelectionByLine]
"pmeta-j" [:editor.sublime.joinLines]
"shift-pmeta-d" [:editor.sublime.duplicateLine]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment