天天看點

設定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 即可。