SublimeText 缩进跳过引号括号等
2016-10-28 本文已影响62人
顾事
Preferences->按键绑定-用户
{ "keys": ["tab"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
[
{ "key": "following_text", "operator": "regex_contains", "operand": "^[)\\]\\>\\'\\\"]", "match_all": true },
]
}
]```