Sublime Text3应该是一款每一位码农都比较中意的浏览器,支持跨平台,可以在MAC和win平台使用,我之前一直用的是Editplus,也是因为其轻巧的身形,前段时间换上了sublimetext,也使用了一段时间,以下是我在用的配置文件,做个备份,以免后面重装系统什么的丢失。
配置路径:
配置扔进上图中的配置文件中保存即可生效。
{ "color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme", "font_size": 11, "highlight_line": true, "show_full_path": true, "bold_folder_labels": true, "show_encoding": true, "show_line_endings": true, "tab_size": 2, "save_on_focus_lost": true, "scroll_past_end": true, "trim_trailing_white_space_on_save": true, "translate_tabs_to_spaces": true, "update_check":false }
完。