Tweak Sublime Text for macOS

显示效果

display


配置:

command + , 开始配置

{
    "additional_path_items":
    [
        "/path/to/file" // append of UNIX env variable PATH
    ],
    "auto_complete": true,
    "color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme",
    "default_line_ending": "unix",
    "dictionary": "Packages/Language - English/en_GB.dic",
    "draw_minimap_border": true,
    "expand_tabs_on_save": true,
    "fold_buttons": true,
    "font_face": "courier new bold",
    "font_size": 19,
    "bold_folder_labels": true,
    "ignored_packages":
    [
        // "Vintage",
    ],
    "line_padding_bottom": 2,
    "line_padding_top": 2,
    "word_wrap": true,
    "wrap_width": 90,
    "rulers":
    [
        90,100
    ],
    "vintage_ctrl_keys": true,
    "shell_exec_executable": "/bin/zsh",
    "tab_size": 4,
    "theme": "Default.sublime-theme",
    "translate_tabs_to_spaces": true,
    "vintageous_use_ctrl_keys": true,
    "vintageous_use_super_keys": true,
}

posted @ 2017-11-06 13:51  tiantiandas  阅读(3552)  评论(0编辑  收藏  举报