天天看点

设置sublime

sublime 设置:

设置sublime 回车跳转到()等外围:Preference --> 用户热键设置 -->

[

{ "keys": ["enter"], "command": "move", "args": {"by": "characters", "forward": true}, "context":

    [

        { "key": "following_text", "operator": "regex_contains", "operand": "^[)\\]\\>\\'\\\"]", "match_all": true },

    ]

}

]

重启sublime 即可。