功能
通過按tab自動跳過右括號,右引號,雖然也可以按右方向鍵,但離得太遠按起來太麻煩
在首選項->按鍵綁定里添加:
{ "keys": ["tab"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
[
{ "key": "following_text", "operator": "regex_contains", "operand": "^[)\\]\\>\\'\\\"]", "match_all": true }
]
},