1. SublimeText3 插件列表

官方插件网站

2. 用户设置

  • Sublime text -> Preferences -> Settings -> User setting
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"font_face": "Microsoft YaHei Mono",
"disable_tab_abbreviations": true,
"translate_tabs_to_spaces": true,
"tab_size": 2,
"draw_minimap_border": true,
"save_on_focus_lost": true,
"highlight_line": true,
"word_wrap": "true",
"fade_fold_buttons": false,
"bold_folder_labels": true,
"highlight_modified_tabs": true,
"default_line_ending": "unix",
"auto_find_in_selection": true,

3. 参考

https://janikarhunen.fi/pages/slides.html#slides
https://www.zhihu.com/question/19976788/answer/48037047
https://www.zhihu.com/question/24736400