Skip to content

Instantly share code, notes, and snippets.

@staticor
Created August 15, 2013 03:51
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 staticor/6238134 to your computer and use it in GitHub Desktop.
Save staticor/6238134 to your computer and use it in GitHub Desktop.
key binding in sublime text
[
{ "keys": ["alt+m"], "command": "markdown_preview", "args": {"target": "browser"} },
{ "keys": ["enter"],
"command": "move",
"args": {"by": "characters", "forward": true},
"context":
[
{ "key": "following_text", "operator": "regex_contains", "operand": "^[)\\]\\>\\'\\\"]", "match_all": true },
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment