美文网首页
_sublimesetting

_sublimesetting

作者: dittoyy3991 | 来源:发表于2017-10-16 23:18 被阅读18次

@@@每次都不记得怎么配置成我最熟悉的样子
https://pan.baidu.com/s/1qYulHnu

{
    "author": "heyuan",
    "auto_complete": false,
    "auto_indent": true,
    "color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
    "date_format": "%Y-%m-%d %H:%M:%S",
    "default_encoding": "UTF-8",
    "dictionary": "Packages/Language - English/en_GB.dic",
    "disable_keymap_actions": false,
    "drag_text": false,
    "email": "969956574@qq.com",
    "fallback_encoding": "Western (Windows 1252)",
    "font_face": "Courier New",
    "font_size": 11,
    "ignored_packages":
    [
        "Vintage"
    ],
    "line_padding_bottom": 1,
    "line_padding_top": 1,
    "link": "https://github.com/dittoyy",
    "margin": 0,
    "match_selection": false,
    "tab_size": 4,
    "translate_tabs_to_spaces": true,
    "trim_automatic_white_space": true,
    "word_wrap": false
}

C:\Users\Administrator\AppData\Roaming\Sublime Text 3\Packages\User

{   
    "cmd": ["D:/Python27/python.exe", "-u", "$file"],   
    "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", 
    "selector": "source.python", 
    "encoding": "utf-8" 

}

[
    {
            "keys": ["f5"],//这是自己设的快捷键

            "command": "run_existing_window_command", 
            "args":
            {
                "id": "repl_python_run",
                "file": "config/Python/Main.sublime-menu"
            }
    },

    {  
        "caption": "Tmpl: Create python", "command": "sublime_tmpl",  
        "keys": ["ctrl+alt+p"], "args": {"type": "python"}  
    },  

]

相关文章

  • _sublimesetting

    @@@每次都不记得怎么配置成我最熟悉的样子https://pan.baidu.com/s/1qYulHnu C:\...

网友评论

      本文标题:_sublimesetting

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