Skip to content

Instantly share code, notes, and snippets.

@interchen
Created November 16, 2015 12:28
Show Gist options
  • Save interchen/f22a87df7d35c7e1179d to your computer and use it in GitHub Desktop.
Save interchen/f22a87df7d35c7e1179d to your computer and use it in GitHub Desktop.
Sublime跳出括号或引号
[
{"keys": ["enter"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
[
{ "key": "following_text", "operator": "regex_contains", "operand": "^[)\\]\\>\\'\\\"\\ %>\\}\\;\\,]", "match_all": true },
{ "key": "preceding_text", "operator": "not_regex_match", "operand": "^.*\\{$", "match_all": true },
{ "key": "auto_complete_visible", "operator": "equal", "operand": false }
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment