美文网首页
Sublime Text3配置

Sublime Text3配置

作者: wanpan__ | 来源:发表于2017-09-28 14:15 被阅读0次

    Preferences -> Key Bindings

    [
        { "keys": ["ctrl+1"], "command": "open_in_browser" },
    
         {"keys": ["enter"], "command": "move", "args": {"by": "characters", "forward": true}, "context":  
            [  
                { "key": "following_text", "operator": "regex_contains", "operand": "^[)\\]\\>\\'\\\"\\ %>\\}\\;\\,]", "match_all": true },  
                { "key": "preceding_text", "operator": "not_regex_match", "operand": "^.*\\{$", "match_all": true  },  
                { "key": "auto_complete_visible", "operator": "equal", "operand": false }  
            ]  
        }  
    ]
    
    
    

    主题视觉效果

    U(}2RLEV8E_0WPCA@B6P(3T.png

    相关文章

      网友评论

          本文标题:Sublime Text3配置

          本文链接:https://www.haomeiwen.com/subject/thnmextx.html