功能

通过按tab自动跳过右括号,右引号,虽然也可以按右方向键,但离得太远按起来太麻烦

在首选项->按键绑定里添加:

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

相关文章:

  • 2021-07-02
  • 2021-09-09
  • 2022-01-08
  • 2021-10-01
  • 2022-02-23
猜你喜欢
  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
  • 2021-09-11
  • 2022-01-01
相关资源
相似解决方案