SublimeText 缩进跳过引号括号等

Preferences->按键绑定-用户

{ "keys": ["tab"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
    [
        { "key": "following_text", "operator": "regex_contains", "operand": "^[)\\]\\>\\'\\\"]", "match_all": true },
    ]   
  }
]```

你可能感兴趣的:(SublimeText 缩进跳过引号括号等)