sublime 3 按tab跳出括号、引号。

xiaoxiao2021-02-28  21

按右方向键,可以跳出括号,但离得太远按起来太麻烦影响手速,我们可以实现通过按tab自动跳过右括号,右引号。

Preferences->Key Bindings { "keys": ["tab"], "command": "move", "args": {"by": "characters", "forward": true}, "context": [ { "key": "following_text", "operator": "regex_contains", "operand": "^[)\\]\\>\\'\\\"\\}]", "match_all": true } ] },
转载请注明原文地址: https://www.6miu.com/read-2650160.html

最新回复(0)