Skip to content

Instantly share code, notes, and snippets.

@Stiivi
Created June 27, 2012 15:19
Show Gist options
  • Save Stiivi/3004766 to your computer and use it in GitHub Desktop.
Save Stiivi/3004766 to your computer and use it in GitHub Desktop.
Sublime Text 2 key remap (from TextMate)
[
{ "keys": ["ctrl+q"], "command": "wrap_lines" },
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["super+v"], "command": "paste_and_indent" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment