Created
August 15, 2013 03:51
-
-
Save staticor/6238134 to your computer and use it in GitHub Desktop.
key binding in sublime text
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "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