我的SublimeText配置

插件

ChineseLocalizations
ConvertToUTF8
A File Icon
Pretty JSON
BracketHighlighter

设置

{
    "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
    "highlight_modified_tabs": true,
    "hot_exit": false,
    "ignored_packages":
    [
        "0_package_control_loader",
        "Vintage"
    ],
    "scroll_past_end": false,
    "theme": "Adaptive.sublime-theme"
}

快捷键

[
    { "keys": ["ctrl+b"], "command": "toggle_side_bar" },
    { "keys": ["ctrl+shift+`"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },
    { "keys": ["ctrl+shift+u"], "command": "upper_case" },
    { "keys": ["ctrl+shift+l"], "command": "lower_case" },

]

你可能感兴趣的:(我的SublimeText配置)