2016年3月25日

Sublime Text 3 設定調校



 CMD+SHIFT+P

編輯Preferences.sublime-settings


{
"bold_folder_labels": true,
"caret_style": "phase",
"fade_fold_buttons": false,
"font_size": 15,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 2,
"translate_tabs_to_spaces": false,
"update_check": false,
"wide_caret": true

}

//key binding

        "keys": ["ctrl+y"], 
        "command": "show_overlay", 
        "args": {
            "overlay": "command_palette", 
            "text": "Snippet: "
        }

    }

沒有留言:

張貼留言